Update a command
PUT/api/v4/commands/:command_id
Update a single command based on command id string and Command struct.
Permissions
Must have manage_slash_commands permission for the team the command is in.
Request
Responses
- 200
- 400
- 401
- 403
Command updated successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions