]> BookStack Code Mirror - bookstack/blob - dev/api/responses/books-create.json
Perms: Fixed some issues made when adding transactions
[bookstack] / dev / api / responses / books-create.json
1 {
2   "id": 226,
3   "name": "My own book",
4   "slug": "my-own-book",
5   "description": "This is my own little book created via the API",
6   "created_at": "2023-12-22T14:22:28.000000Z",
7   "updated_at": "2023-12-22T14:22:28.000000Z",
8   "created_by": 1,
9   "updated_by": 1,
10   "owned_by": 1,
11   "default_template_id": 2427,
12   "description_html": "<p>This is <strong>my<\/strong> own little book created via the API<\/p>",
13   "tags": [
14     {
15       "name": "Category",
16       "value": "Top Content",
17       "order": 0
18     },
19     {
20       "name": "Rating",
21       "value": "Highest",
22       "order": 0
23     }
24   ],
25   "cover": null
26 }