shelves
Borrow a book from the library. Returns the book if it is borrowed successfully. Returns NOT_FOUND if the book does not exist in the library. Returns quota exceeded error if the amount of books borrowed exceeds allocation quota in any dimensions.
post/v1/{+name}:borrow
Path parameters
namestring required
Required. The name of the book to borrow.
Response
Successful response