]> BookStack Code Mirror - bookstack/blob - dev/api/responses/chapters-create.json
Fixes padding issues of the sidebar's items
[bookstack] / dev / api / responses / chapters-create.json
1 {
2   "book_id": 1,
3   "priority": 6,
4   "name": "My fantastic new chapter",
5   "description": "This is a great new chapter that I've created via the API",
6   "created_by": 1,
7   "updated_by": 1,
8   "owned_by": 1,
9   "slug": "my-fantastic-new-chapter",
10   "updated_at": "2020-05-22 22:59:55",
11   "created_at": "2020-05-22 22:59:55",
12   "id": 74,
13   "book": {
14     "id": 1,
15     "name": "BookStack User Guide",
16     "slug": "bookstack-user-guide",
17     "description": "This is a general guide on using BookStack on a day-to-day basis.",
18     "created_at": "2019-05-05 21:48:46",
19     "updated_at": "2019-12-11 20:57:31",
20     "created_by": 1,
21     "updated_by": 1
22   },
23   "tags": [
24     {
25       "name": "Category",
26       "value": "Top Content",
27       "order": 0,
28       "created_at": "2020-05-22 22:59:55",
29       "updated_at": "2020-05-22 22:59:55"
30     },
31     {
32       "name": "Rating",
33       "value": "Highest",
34       "order": 0,
35       "created_at": "2020-05-22 22:59:55",
36       "updated_at": "2020-05-22 22:59:55"
37     }
38   ]
39 }