Download OpenAPI specification:Download
This is a sample Bookstore Server based on the OpenAPI 3.0 specification.
Created by Gabriel Aichinger and Daniel Harka.
username | string |
password | string |
title | string |
author_id | integer |
published_year | integer |
{- "username": "string",
- "password": "string",
- "title": "string",
- "author_id": 0,
- "published_year": 0
}
{- "id": 0,
- "title": "string",
- "author_id": 0,
- "published_year": 0
}
bookId required | integer ID of the book to update |
username | string |
password | string |
title | string |
author_id | integer |
published_year | integer |
{- "username": "string",
- "password": "string",
- "title": "string",
- "author_id": 0,
- "published_year": 0
}
{- "id": 0,
- "title": "string",
- "author_id": 0,
- "published_year": 0
}