]> BookStack Code Mirror - bookstack/blob - dev/api/responses/pages-update.json
Code cleanup, bug squashing
[bookstack] / dev / api / responses / pages-update.json
1 {
2         "id": 361,
3         "book_id": 1,
4         "chapter_id": 1,
5         "name": "My updated API Page",
6         "slug": "my-updated-api-page",
7         "html": "<p id=\"bkmrk-my-new-api-page---up\">my new API page - Updated</p>",
8         "priority": 16,
9         "created_at": "2020-11-28 15:10:54",
10         "updated_at": "2020-11-28 15:13:03",
11         "created_by": {
12                 "id": 1,
13                 "name": "Admin"
14         },
15         "updated_by": {
16                 "id": 1,
17                 "name": "Admin"
18         },
19         "draft": false,
20         "markdown": "",
21         "revision_count": 5,
22         "template": false,
23         "tags": [
24                 {
25                         "name": "Category",
26                         "value": "API Examples",
27                         "order": 0
28                 },
29                 {
30                         "name": "Rating",
31                         "value": "Alright",
32                         "order": 0
33                 }
34         ]
35 }