]> BookStack Code Mirror - bookstack/blob - dev/api/responses/chapters-update.json
Fixed OIDC Logout
[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": 16,
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_slug": "bookstack-demo-site",
14   "tags": [
15     {
16       "name": "Category",
17       "value": "Kinda Good Content",
18       "order": 0
19     },
20     {
21       "name": "Rating",
22       "value": "Medium",
23       "order": 1
24     }
25   ]
26 }