mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
20 lines
488 B
YAML
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
|