/authors-Invalid Fields
Number of APIs: 7
-
Get Author by Id - Invalid Id GET {{baseURL}}/authors/-1
-
Edit Author - Invalid Id PUT {{baseURL}}/authors/-1/
-
Add new Author - Name > Max Length POST {{baseURL}}/authors/
-
Edit Author - Name > Max Length PUT {{baseURL}}/authors/{{authorId}}/
-
Edit Author - Invalid Id PATCH {{baseURL}}/authors/-1/
-
Edit Author - Name > Max Length PATCH {{baseURL}}/authors/{{authorId}}/
-
Delete Author - Invalid Id DELETE {{baseURL}}/authors/-1/