]> BookStack Code Mirror - bookstack/blob - dev/api/responses/shelves-create.json
Perms: Fixed some issues made when adding transactions
[bookstack] / dev / api / responses / shelves-create.json
1 {
2   "id": 20,
3   "name": "My shelf",
4   "slug": "my-shelf",
5   "description": "This is my shelf with some books",
6   "created_by": 1,
7   "updated_by": 1,
8   "created_at": "2023-12-22T14:33:52.000000Z",
9   "updated_at": "2023-12-22T14:33:52.000000Z",
10   "owned_by": 1,
11   "description_html": "<p>This is <strong>my shelf<\/strong> with some books<\/p>",
12   "tags": [
13     {
14       "name": "Category",
15       "value": "Learning",
16       "order": 0
17     }
18   ],
19   "cover": null
20 }