curl -X PUT "https://api.example.com/api/v1/books/update/550e8400-e29b-41d4-a716-446655440000" \ -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." \ -H "Content-Type: application/json" \ -d '{ "gender": "Fantasy", "author": "J.R.R. Tolkien", "image": "https://example.com/covers/lotr-updated.jpg", "title": "The Lord of the Rings", "subtitle": "The Fellowship of the Ring - Special Edition", "publisher": "Houghton Mifflin", "year": "1954", "pages": 450, "isbn": "978-0-618-00222-1" }'
{ "id": "550e8400-e29b-41d4-a716-446655440000", "gender": "Fantasy", "author": "J.R.R. Tolkien", "image": "https://example.com/covers/lotr-updated.jpg", "title": "The Lord of the Rings", "subtitle": "The Fellowship of the Ring - Special Edition", "publisher": "Houghton Mifflin", "year": "1954", "pages": 450, "isbn": "978-0-618-00222-1"}
Books
Update Book
Updates an existing book in the library system by its unique identifier.
PUT
/
api
/
v1
/
books
/
update
/
{id}
curl -X PUT "https://api.example.com/api/v1/books/update/550e8400-e29b-41d4-a716-446655440000" \ -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." \ -H "Content-Type: application/json" \ -d '{ "gender": "Fantasy", "author": "J.R.R. Tolkien", "image": "https://example.com/covers/lotr-updated.jpg", "title": "The Lord of the Rings", "subtitle": "The Fellowship of the Ring - Special Edition", "publisher": "Houghton Mifflin", "year": "1954", "pages": 450, "isbn": "978-0-618-00222-1" }'
{ "id": "550e8400-e29b-41d4-a716-446655440000", "gender": "Fantasy", "author": "J.R.R. Tolkien", "image": "https://example.com/covers/lotr-updated.jpg", "title": "The Lord of the Rings", "subtitle": "The Fellowship of the Ring - Special Edition", "publisher": "Houghton Mifflin", "year": "1954", "pages": 450, "isbn": "978-0-618-00222-1"}
curl -X PUT "https://api.example.com/api/v1/books/update/550e8400-e29b-41d4-a716-446655440000" \ -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." \ -H "Content-Type: application/json" \ -d '{ "gender": "Fantasy", "author": "J.R.R. Tolkien", "image": "https://example.com/covers/lotr-updated.jpg", "title": "The Lord of the Rings", "subtitle": "The Fellowship of the Ring - Special Edition", "publisher": "Houghton Mifflin", "year": "1954", "pages": 450, "isbn": "978-0-618-00222-1" }'
{ "id": "550e8400-e29b-41d4-a716-446655440000", "gender": "Fantasy", "author": "J.R.R. Tolkien", "image": "https://example.com/covers/lotr-updated.jpg", "title": "The Lord of the Rings", "subtitle": "The Fellowship of the Ring - Special Edition", "publisher": "Houghton Mifflin", "year": "1954", "pages": 450, "isbn": "978-0-618-00222-1"}