]> BookStack Code Mirror - bookstack/blob - dev/api/responses/chapters-list.json
Fix timestamp in API docs example response
[bookstack] / dev / api / responses / chapters-list.json
1 {
2   "data": [
3     {
4       "id": 1,
5       "book_id": 1,
6       "name": "Content Creation",
7       "slug": "content-creation",
8       "description": "How to create documentation on whatever subject you need to write about.",
9       "priority": 3,
10       "created_at": "2019-05-05T21:49:56.000000Z",
11       "updated_at": "2019-09-28T11:24:23.000000Z",
12       "created_by": 1,
13       "updated_by": 1,
14       "owned_by": 1
15     },
16     {
17       "id": 2,
18       "book_id": 1,
19       "name": "Managing Content",
20       "slug": "managing-content",
21       "description": "How to keep things organised and orderly in the system for easier navigation and better user experience.",
22       "priority": 5,
23       "created_at": "2019-05-05T21:58:07.000000Z",
24       "updated_at": "2019-10-17T15:05:34.000000Z",
25       "created_by": 3,
26       "updated_by": 3,
27       "owned_by": 3
28     }
29   ],
30   "total": 40
31 }