v1

latestSwagger 2.0Apache 2.02026-07-17423.6 KB
books

Register a new book

Register book

post/v1/books

Request body

authorstring
publisherstring
titlestring

Example request

{
  "author": "Dino",
  "publisher": "Creative Company",
  "title": "Book A"
}

Response

OK

messagestring
successboolean

Example response

{
  "data": {
    "author": "Dino",
    "publisher": "Creative Company",
    "title": "Book A"
  }
}