octoprint-open-api/openapi/paths/access/permissions-get.yaml
2020-11-04 00:02:26 +01:00

20 lines
488 B
YAML

summary: List all permissions
operationId: getAllPermissions
description: >-
Retrieves all permissions available in the system.
tags:
- Permissions
responses:
"200":
description: >-
List of available permissions on the system
content:
application/json:
schema:
type: object
properties:
permissions:
type: array
items:
$ref: ../../components/schemas/access/PermissionRecord.yaml