FMS 1.0.0 Help

Update a book

/books/{id}

Request parameters

{ "isbn": "example", "title": "example", "publication": "example", "edition": "example", "author_id": 58 }

Responses

{ "id": 58, "isbn": "example", "title": "example", "publication": "example", "edition": "example", "author_id": 58, "author": { "id": 58, "name": "example" } }
{ "message": "The given data was invalid.", "errors": { "username": [ "The username field is required." ], "password": [ "The password must be at least 8 characters." ] } }
10 April 2025