command
Run a named command, passing its arguments as a JSON array in the body.
An argument may contain %VAR:name% to substitute a User Variable's current value, as anywhere else a command's arguments are given. No encoding is needed here, unlike the GET form above. An unset variable substitutes as an empty string.
post/api/command/{command}
Request body
Response
Command result.
Changes
Changed in 2 of the 28 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲