Update a book
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