]> BookStack Code Mirror - bookstack/blob - dev/api/responses/books-update.json
Searching: Added test for guillemets
[bookstack] / dev / api / responses / books-update.json
1 {
2   "id": 226,
3   "name": "My updated book",
4   "slug": "my-updated-book",
5   "description": "This is my book with updated details",
6   "created_at": "2023-12-22T14:22:28.000000Z",
7   "updated_at": "2023-12-22T14:24:07.000000Z",
8   "created_by": 1,
9   "updated_by": 1,
10   "owned_by": 1,
11   "default_template_id": 2427,
12   "description_html": "<p>This is my book with <em>updated<\/em> details<\/p>",
13   "tags": [
14     {
15       "name": "Subject",
16       "value": "Updates",
17       "order": 0
18     }
19   ],
20   "cover": null
21 }