Files
2020-11-04 00:02:26 +01:00

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