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

20 lines
470 B
YAML

summary: List all registered system commands
operationId: getSystemCmds
description: >-
Retrieves all configured system commands.
tags:
- System Commands
responses:
"200":
description: >-
All available system commands.
content:
application/json:
schema:
type: object
properties:
core:
type: array
items:
$ref: ../../../components/schemas/system/ClientCmd.yaml