]> BookStack Code Mirror - bookstack/blob - dev/api/responses/chapters-update.json
Default chapter templates: Updated api docs and tests
[bookstack] / dev / api / responses / chapters-update.json
1 {
2   "id": 668,
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": "2023-12-22T14:26:28.000000Z",
9   "updated_at": "2023-12-22T14:27:59.000000Z",
10   "created_by": 1,
11   "updated_by": 1,
12   "owned_by": 1,
13   "description_html": "<p>This is an <strong>updated chapter<\/strong> that I've altered via the API<\/p>",
14   "default_template_id": 2428,
15   "tags": [
16     {
17       "name": "Category",
18       "value": "Kinda Good Content",
19       "order": 0
20     },
21     {
22       "name": "Rating",
23       "value": "Medium",
24       "order": 0
25     }
26   ]
27 }