Expose limited backoffice role permission templates
This commit is contained in:
@@ -12445,6 +12445,29 @@ paths:
|
||||
application/json:
|
||||
schema: {}
|
||||
|
||||
/roles/limited-backoffice-permission-templates:
|
||||
get:
|
||||
tags:
|
||||
- Roles
|
||||
summary: List limited backoffice permission templates
|
||||
operationId: listLimitedBackofficeRolePermissionTemplates
|
||||
responses:
|
||||
'200':
|
||||
description: Success
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
key: {type: string}
|
||||
label: {type: string}
|
||||
description: {type: string}
|
||||
permissions:
|
||||
type: array
|
||||
items: {type: string}
|
||||
|
||||
/roles/permissions:
|
||||
post:
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user