]> BookStack Code Mirror - bookstack/blob - dev/api/responses/roles-update.json
Customization: Added parent tag classes
[bookstack] / dev / api / responses / roles-update.json
1 {
2   "id": 26,
3   "display_name": "Book & Shelf Maintainers",
4   "description": "All those who maintain books & shelves",
5   "created_at": "2023-02-19T15:38:40.000000Z",
6   "updated_at": "2023-02-19T15:49:13.000000Z",
7   "system_name": "",
8   "external_auth_id": "",
9   "mfa_enforced": false,
10   "permissions": [
11     "book-delete-all",
12     "book-update-all",
13     "book-view-all",
14     "bookshelf-delete-all",
15     "bookshelf-update-all",
16     "bookshelf-view-all",
17     "restrictions-manage-all"
18   ],
19   "users": [
20     {
21       "id": 11,
22       "name": "Barry Scott",
23       "slug": "barry-scott"
24     }
25   ]
26 }