Move a command
PUT/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.
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