commands
Endpoints for creating, getting and updating slash commands.
Create a command
Create a command for a team.
List commands for a team
List commands for a team.
List autocomplete commands
List autocomplete commands in the team.
List commands' autocomplete data
List commands' autocomplete data for the team.
Get a command
Get a command definition based on command id string.
Update a command
Update a single command based on command id string and Command struct.
Delete a command
Delete a command based on command id string.
Move a command
Move a command to a different team based on command id string.
Generate a new token
Generate a new token for the command based on command id string.
Execute a command
Execute a command on a team.