Fix typos

This commit is contained in:
Mattia Codato 2020-08-25 09:24:28 +02:00
parent 078ae38661
commit 9c2cc1169b
2 changed files with 2 additions and 2 deletions

View File

@ -1547,7 +1547,7 @@ Send a `POST` request to the URL endpoint `/v1/actions/execute-command`.
ttl | Number | **Required.** The time to live of the execution expressed in seconds.
command_type | String | **Optional.** The command type: `CheckCommand` or `EventCommand` or `NotificationCommand`. Default: `EventCommand`
command | String | **Optional.** The command to execute. Its type must the same as `command_type`. It can be a macro string. Default: depending on the `command_type` it can be `$check_command$`, `$event_command$` or `$notification_command$`
endpoint | String | **Optional.** The endpoint execute the command on. It can be a macro string. Default: `$command_endpoint`.
endpoint | String | **Optional.** The endpoint to execute the command on. It can be a macro string. Default: `$command_endpoint`.
macros | Dictionary | **Optional**. A serialized object used to resolve the macro strings. Default: `{}`
user | String | **Optional.** The user used for the notification command.
notification | String | **Optional.** The notification used for the notification command.

View File

@ -1750,7 +1750,7 @@ command\_type | String | `check_command` or `event_command`.
command | String | CheckCommand or EventCommand name.
check\_timeout | Number | Check timeout of the checkable object, if specified as `check_timeout` attribute.
macros | Dictionary | Command arguments as key/value pairs for remote execution.
endpoint | String | The endpoint execute the command on.
endpoint | String | The endpoint to execute the command on.
##### Functions