Logo
Molter API Documentation

/authors-Happy Path

Number of APIs: 6


1. Get All Authors

GET {{baseURL}}/authors/



2. Get Author by Id

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



3. Edit Author

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



4. Edit Author

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



5. Delete Author

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



6. Add new Author Copy

POST {{baseURL}}/authors/



ENDPOINTS