Logo
Molter API Documentation

/authors-Invalid Fields

Number of APIs: 7


1. Add new Author - Name > Max Length

POST {{baseURL}}/authors/



2. Get Author by Id - Invalid Id

GET {{baseURL}}/authors/-1



3. Edit Author - Invalid Id

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



4. Edit Author - Name > Max Length

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



5. Edit Author - Invalid Id

PATCH {{baseURL}}/authors/-1/



6. Edit Author - Name > Max Length

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



7. Delete Author - Invalid Id

DELETE {{baseURL}}/authors/-1/



ENDPOINTS