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