]> BookStack Code Mirror - bookstack/blob - dev/api/responses/chapters-create.json
cf47b123df7bb1027a2a5a5fe96bb61afd9d667a
[bookstack] / dev / api / responses / chapters-create.json
1 {
2   "id": 74,
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_by": 1,
9   "updated_by": 1,
10   "owned_by": 1,
11   "updated_at": "2020-05-22T22:59:55.000000Z",
12   "created_at": "2020-05-22T22:59:55.000000Z",
13   "tags": [
14     {
15       "name": "Category",
16       "value": "Top Content",
17       "order": 0
18     },
19     {
20       "name": "Rating",
21       "value": "Highest",
22       "order": 1
23     }
24   ]
25 }