/authors-Happy Path
Number of APIs: 6
-
Get All Authors GET {{baseURL}}/authors/
-
Get Author by Id GET {{baseURL}}/authors/{{authorId}}
-
Edit Author PUT {{baseURL}}/authors/{{authorId}}/
-
Edit Author PATCH {{baseURL}}/authors/{{authorId}}/
-
Delete Author DELETE {{baseURL}}/authors/{{authorId}}/
-
Add new Author Copy POST {{baseURL}}/authors/