]> BookStack Code Mirror - bookstack/blob - dev/api/responses/chapters-create.json
Uploads: Explicitly disabled s3 streaming in config
[bookstack] / dev / api / responses / chapters-create.json
1 {
2   "id": 668,
3   "book_id": 1,
4   "slug": "my-fantastic-new-chapter",
5   "name": "My fantastic new chapter",
6   "description": "This is a great new chapter that I've created via the API",
7   "priority": 15,
8   "created_at": "2023-12-22T14:26:28.000000Z",
9   "updated_at": "2023-12-22T14:26:28.000000Z",
10   "created_by": 1,
11   "updated_by": 1,
12   "owned_by": 1,
13   "description_html": "<p>This is a <strong>great new chapter<\/strong> that I've created via the API<\/p>",
14   "tags": [
15     {
16       "name": "Category",
17       "value": "Top Content",
18       "order": 0
19     },
20     {
21       "name": "Rating",
22       "value": "Highest",
23       "order": 0
24     }
25   ]
26 }