Logo
Molter API Documentation

APILivro - IJJ

Number of APIs: 39


APILivro - Instituto Joga Junto

API para teste dos alunos do curso de Quality Assurance do Instituto Joga Junto.

Você pode conferir a documentação aqui.




Squad Guardiões da Qualidade

Annielle Crispim

Julia Robaina

Matheus Vinicius

Rodrigo Molter


1. /authors-Happy Path - Get All Authors

GET {{baseURL}}/authors/



2. /authors-Happy Path - Get Author by Id

GET {{baseURL}}/authors/{{authorId}}



3. /authors-Happy Path - Edit Author

PUT {{baseURL}}/authors/{{authorId}}/



4. /authors-Happy Path - Edit Author

PATCH {{baseURL}}/authors/{{authorId}}/



5. /authors-Happy Path - Delete Author

DELETE {{baseURL}}/authors/{{authorId}}/



6. /authors-Happy Path - Add new Author Copy

POST {{baseURL}}/authors/



7. /authors-Invalid Fields - Add new Author - Name > Max Length

POST {{baseURL}}/authors/



8. /authors-Invalid Fields - Get Author by Id - Invalid Id

GET {{baseURL}}/authors/-1



9. /authors-Invalid Fields - Edit Author - Invalid Id

PUT {{baseURL}}/authors/-1/



10. /authors-Invalid Fields - Edit Author - Name > Max Length

PUT {{baseURL}}/authors/{{authorId}}/



ENDPOINTS