]> BookStack Code Mirror - bookstack/blob - dev/api/responses/chapters-update.json
Code cleanup, bug squashing
[bookstack] / dev / api / responses / chapters-update.json
1 {
2   "id": 75,
3   "book_id": 1,
4   "slug": "my-fantastic-updated-chapter",
5   "name": "My fantastic updated chapter",
6   "description": "This is an updated chapter that I've altered via the API",
7   "priority": 7,
8   "created_at": "2020-05-22 23:03:35",
9   "updated_at": "2020-05-22 23:07:20",
10   "created_by": 1,
11   "updated_by": 1,
12   "book": {
13     "id": 1,
14     "name": "BookStack User Guide",
15     "slug": "bookstack-user-guide",
16     "description": "This is a general guide on using BookStack on a day-to-day basis.",
17     "created_at": "2019-05-05 21:48:46",
18     "updated_at": "2019-12-11 20:57:31",
19     "created_by": 1,
20     "updated_by": 1
21   },
22   "tags": [
23     {
24       "name": "Category",
25       "value": "Kinda Good Content",
26       "order": 0,
27       "created_at": "2020-05-22 23:07:20",
28       "updated_at": "2020-05-22 23:07:20"
29     },
30     {
31       "name": "Rating",
32       "value": "Medium",
33       "order": 0,
34       "created_at": "2020-05-22 23:07:20",
35       "updated_at": "2020-05-22 23:07:20"
36     }
37   ]
38 }