Logo
Hack Back Better Demo API Documentation

Update a book by id

PATCH {{baseUrl}}/books/:id

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string
Curl
curl -X PATCH 'https://library-api.postmanlabs.com/books/:id' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"checkedOut":true}'

ENDPOINTS