Update Command
Updates a command.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
id
The ID of the command to update.
action
description
Description of the command.
display_name
Display name of the command.
name
Name of the command.
namespace
Namespace of the command.
source
ID of the source which created this command.
status
Status of the command.
Allowed values:
surfaces
Surfaces where this command can be invoked.
usage_hint
A user friendly description of the parameters which can be passed
to the command.
Response
Success.
command