v1
latestOpenAPI 3.0.32026-07-1711821.4 KBLibraryService
MergeShelves
Merges two shelves by adding all books from the shelf named other_shelf_name to shelf name, and deletes other_shelf_name. Returns the updated shelf. The book ids of the moved books may not be the same as the original books.
Returns NOT_FOUND if either shelf does not exist. This call is a no-op if the specified shelves are the same.
post/v1/shelves/{shelf}:merge
Path parameters
shelfstring required
The shelf id.
Request body
Response
OK