mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2026-08-16 22:40:23 +00:00
19 lines
513 B
YAML
19 lines
513 B
YAML
summary: List all registered system commands for a source
|
|
operationId: getSystemSourceCmds
|
|
description: >-
|
|
Retrieves the configured system commands for the specified source.
|
|
tags:
|
|
- System Commands
|
|
parameters:
|
|
- $ref: ../../../components/parameters/systemCmdSource.yaml
|
|
responses:
|
|
"200":
|
|
description: >-
|
|
All available system commands.
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: array
|
|
items:
|
|
$ref: ../../../components/schemas/system/ClientCmd.yaml
|