POST
/books
Create Book
Add a new book to the library catalogue. Requires books:write scope.
Request Body
Book details to create
Content Types: application/json, application/xml
Schema: Book
Responses
| Status | Description | Schema |
|---|---|---|
| 201 | Book created successfully | Book |
| 400 | Invalid request - validation errors | ErrorResponse |
| 409 | Conflict - book with this ISBN already exists | ErrorResponse |