]> BookStack Code Mirror - bookstack/blob - dev/api/responses/pages-create.json
Fixes padding issues of the sidebar's items
[bookstack] / dev / api / responses / pages-create.json
1 {
2         "id": 358,
3         "book_id": 1,
4         "chapter_id": 0,
5         "name": "My API Page",
6         "slug": "my-api-page",
7         "html": "<p id=\"bkmrk-my-new-api-page\">my new API page</p>",
8         "priority": 14,
9         "created_at": "2020-11-28 15:01:39",
10         "updated_at": "2020-11-28 15:01:39",
11         "created_by": {
12                 "id": 1,
13                 "name": "Admin"
14         },
15         "updated_by": {
16                 "id": 1,
17                 "name": "Admin"
18         },
19         "owned_by": {
20                 "id": 1,
21                 "name": "Admin"
22         },
23         "draft": false,
24         "markdown": "",
25         "revision_count": 1,
26         "template": false,
27         "tags": [
28                 {
29                         "name": "Category",
30                         "value": "Not Bad Content",
31                         "order": 0
32                 },
33                 {
34                         "name": "Rating",
35                         "value": "Average",
36                         "order": 1
37                 }
38         ]
39 }