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. /genders-Invalid Fields - Edit Gender - Invalid Id PATCH {{baseURL}}/genders/-1/

  2. /authors-Happy Path - Get All Authors GET {{baseURL}}/authors/

  3. /authors-Happy Path - Get Author by Id GET {{baseURL}}/authors/{{authorId}}

  4. /authors-Happy Path - Edit Author PUT {{baseURL}}/authors/{{authorId}}/

  5. /authors-Happy Path - Edit Author PATCH {{baseURL}}/authors/{{authorId}}/

  6. /authors-Happy Path - Delete Author DELETE {{baseURL}}/authors/{{authorId}}/

  7. /authors-Happy Path - Add new Author Copy POST {{baseURL}}/authors/

  8. /authors-Invalid Fields - Add new Author - Name > Max Length POST {{baseURL}}/authors/

  9. /genders-Invalid Fields - Edit Gender - Squad > MaxLength PUT {{baseURL}}/genders/{{genderId}}/

  10. /authors-Invalid Fields - Edit Author - Name > Max Length PUT {{baseURL}}/authors/{{authorId}}/