]> BookStack Code Mirror - bookstack/blob - dev/api/responses/pages-update.json
Opensearch: Fixed XML declaration when php short tags enabled
[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         "raw_html": "<p id=\"bkmrk-my-new-api-page---up\">my new API page - Updated</p>",
9         "priority": 16,
10         "created_at": "2020-11-28T15:10:54.000000Z",
11         "updated_at": "2020-11-28T15:13:03.000000Z",
12         "created_by": {
13                 "id": 1,
14                 "name": "Admin",
15                 "slug": "admin"
16         },
17         "updated_by": {
18                 "id": 1,
19                 "name": "Admin",
20                 "slug": "admin"
21         },
22         "owned_by": {
23                 "id": 1,
24                 "name": "Admin",
25                 "slug": "admin"
26         },
27         "draft": false,
28         "markdown": "",
29         "revision_count": 5,
30         "template": false,
31         "editor": "wysiwyg",
32         "tags": [
33                 {
34                         "name": "Category",
35                         "value": "API Examples",
36                         "order": 0
37                 },
38                 {
39                         "name": "Rating",
40                         "value": "Alright",
41                         "order": 0
42                 }
43         ]
44 }