Skip to main content
PUT
/
books
/
update
/
{bookId}
update
curl --request PUT \
  --url http://localhost:8000/v1/books/update/{bookId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "Gilead"
}
'
This response has no body data.

Path Parameters

bookId
string
required
Example:

"670e2ce78296c4aa4d1374ad"

Body

application/json
title
string
Example:

"Gilead"

Response