Liking cljdoc? Tell your friends :D

mattermost-clj.api.commands


commands-command-id-deleteclj

(commands-command-id-delete command-id)

Delete a command Delete a command based on command id string.

Permissions

Must have manage_slash_commands permission for the team the command is in.

Delete a command
  Delete a command based on command id string.
##### Permissions
Must have `manage_slash_commands` permission for the team the command is in.
raw docstring

commands-command-id-delete-with-http-infoclj

(commands-command-id-delete-with-http-info command-id)

Delete a command Delete a command based on command id string.

Permissions

Must have manage_slash_commands permission for the team the command is in.

Delete a command
  Delete a command based on command id string.
##### Permissions
Must have `manage_slash_commands` permission for the team the command is in.
raw docstring

commands-command-id-putclj

(commands-command-id-put command-id command)

Update a command Update a single command based on command id string and Command struct.

Permissions

Must have manage_slash_commands permission for the team the command is in.

Update a command
  Update a single command based on command id string and Command struct.
##### Permissions
Must have `manage_slash_commands` permission for the team the command is in.
raw docstring

commands-command-id-put-with-http-infoclj

(commands-command-id-put-with-http-info command-id command)

Update a command Update a single command based on command id string and Command struct.

Permissions

Must have manage_slash_commands permission for the team the command is in.

Update a command
  Update a single command based on command id string and Command struct.
##### Permissions
Must have `manage_slash_commands` permission for the team the command is in.
raw docstring

commands-command-id-regen-token-putclj

(commands-command-id-regen-token-put command-id)

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.

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.
raw docstring

commands-command-id-regen-token-put-with-http-infoclj

(commands-command-id-regen-token-put-with-http-info command-id)

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.

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.
raw docstring

commands-execute-postclj

(commands-execute-post)
(commands-execute-post optional-params)

Execute a command Execute a command on a team.

Permissions

Must have use_slash_commands permission for the team the command is in.

Execute a command
  Execute a command on a team.
##### Permissions
Must have `use_slash_commands` permission for the team the command is in.
raw docstring

commands-execute-post-with-http-infoclj

(commands-execute-post-with-http-info)
(commands-execute-post-with-http-info {:keys [inline-object-59]})

Execute a command Execute a command on a team.

Permissions

Must have use_slash_commands permission for the team the command is in.

Execute a command
  Execute a command on a team.
##### Permissions
Must have `use_slash_commands` permission for the team the command is in.
raw docstring

commands-getclj

(commands-get)
(commands-get optional-params)

List commands for a team List commands for a team.

Permissions

manage_slash_commands if need list custom commands.

List commands for a team
  List commands for a team.
##### Permissions
`manage_slash_commands` if need list custom commands.
raw docstring

commands-get-with-http-infoclj

(commands-get-with-http-info)
(commands-get-with-http-info {:keys [team-id custom-only]})

List commands for a team List commands for a team.

Permissions

manage_slash_commands if need list custom commands.

List commands for a team
  List commands for a team.
##### Permissions
`manage_slash_commands` if need list custom commands.
raw docstring

commands-postclj

(commands-post)
(commands-post optional-params)

Create a command Create a command for a team.

Permissions

manage_slash_commands for the team the command is in.

Create a command
  Create a command for a team.
##### Permissions
`manage_slash_commands` for the team the command is in.
raw docstring

commands-post-with-http-infoclj

(commands-post-with-http-info)
(commands-post-with-http-info {:keys [inline-object-58]})

Create a command Create a command for a team.

Permissions

manage_slash_commands for the team the command is in.

Create a command
  Create a command for a team.
##### Permissions
`manage_slash_commands` for the team the command is in.
raw docstring

teams-team-id-commands-autocomplete-getclj

(teams-team-id-commands-autocomplete-get team-id)

List autocomplete commands List autocomplete commands in the team.

Permissions

view_team for the team.

List autocomplete commands
  List autocomplete commands in the team.
##### Permissions
`view_team` for the team.
raw docstring

teams-team-id-commands-autocomplete-get-with-http-infoclj

(teams-team-id-commands-autocomplete-get-with-http-info team-id)

List autocomplete commands List autocomplete commands in the team.

Permissions

view_team for the team.

List autocomplete commands
  List autocomplete commands in the team.
##### Permissions
`view_team` for the team.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close