]> BookStack Code Mirror - bookstack/blob - dev/api/responses/chapters-create.json
1e6932962d7c0ef3d59f37ea037e07f5d853a68a
[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-22T22:59:55.000000Z",
11   "created_at": "2020-05-22T22:59:55.000000Z",
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-05T21:48:46.000000Z",
19     "updated_at": "2019-12-11T20:57:31.000000Z",
20     "created_by": 1,
21     "updated_by": 1
22   },
23   "tags": [
24     {
25       "name": "Category",
26       "value": "Top Content",
27       "order": 0
28     },
29     {
30       "name": "Rating",
31       "value": "Highest",
32       "order": 1
33     }
34   ]
35 }