pub async fn create_command(
configuration: &Configuration,
create_command_request: CreateCommandRequest,
) -> Result<Command, Error<CreateCommandError>>
Expand description
Create a command for a team. ##### Permissions manage_slash_commands
for the team the command is in.