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