Expose limited backoffice role permission templates

This commit is contained in:
Jeppe Bundgaard
2026-07-07 03:23:42 +02:00
parent 579ddcf510
commit ce43c4e064
5 changed files with 140 additions and 1 deletions
+23
View File
@@ -12422,6 +12422,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: