v4

latestOpenAPI 3.1.0MIT2026-08-02128224900.7 KB
Books

Update Book

Update a book's properties

patch/books/{id}

Path parameters

idstring required

Request body

titlestring nullable

The title of the book.

urlstring nullable

The URL where the book can be purchased or viewed.

image_urlstring nullable

The URL of the book's cover image.

descriptionstring nullable

A description of the book.

yearinteger nullable

The year the book was published.

isbnstring nullable

The ISBN of the book.

sharedboolean nullable

Whether the book is displayed publicly on the archive.

Response

OK

idstring required

A unique TypeID associated with the object.

creation_datestring date-time required

The date and time at which the object was first created.

titlestring required

The title of the book.

urlstring

The URL where the book can be purchased or viewed.

image_urlstring

The URL of the book's cover image.

descriptionstring

A description of the book.

yearinteger nullable

The year the book was published.

isbnstring

The ISBN of the book.

sharedboolean

Whether the book is displayed publicly on the archive.