Move a command
PUT/api/v4/commands/:command_id/move
Move a command to a different team based on command id string.
Permissions
Must have manage_slash_commands permission for the team the command is currently in and the destination team.
Minimum server version: 5.22
Request
Responses
- 200
- 400
- 401
- 403
- 404
Command move successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found