commands

Generate a new 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.

put/api/v4/commands/{command_id}/regen_token

Path parameters

command_idstring required

ID of the command to generate the new token

Response

Token generation successful

tokenstring

The new token

Changes