]> BookStack Code Mirror - bookstack/blob - dev/api/responses/chapters-update.json
Updated attachment links to have dropdown for open type
[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-22T23:03:35.000000Z",
9   "updated_at": "2020-05-22T23:07:20.000000Z",
10   "created_by": 1,
11   "updated_by": 1,
12   "owned_by": 1,
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": "Kinda Good Content",
27       "order": 0,
28       "created_at": "2020-05-22T23:07:20.000000Z",
29       "updated_at": "2020-05-22T23:07:20.000000Z"
30     },
31     {
32       "name": "Rating",
33       "value": "Medium",
34       "order": 0,
35       "created_at": "2020-05-22T23:07:20.000000Z",
36       "updated_at": "2020-05-22T23:07:20.000000Z"
37     }
38   ]
39 }