]> BookStack Code Mirror - bookstack/blob - dev/api/responses/books-create.json
Fixed OIDC Logout
[bookstack] / dev / api / responses / books-create.json
1 {
2   "id": 15,
3   "name": "My new book",
4   "slug": "my-new-book",
5   "description": "This is a book created via the API",
6   "created_by": 1,
7   "updated_by": 1,
8   "owned_by": 1,
9   "updated_at": "2020-01-12T14:05:11.000000Z",
10   "created_at": "2020-01-12T14:05:11.000000Z"
11 }