Liking cljdoc? Tell your friends :D

mattermost-clj.api.bots


bots-bot-user-id-assign-user-id-postclj

(bots-bot-user-id-assign-user-id-post bot-user-id user-id)

Assign a bot to a user Assign a bot to a specified user.

Permissions

Must have manage_bots permission. Minimum server version: 5.10

Assign a bot to a user
  Assign a bot to a specified user.
##### Permissions
Must have `manage_bots` permission. 
__Minimum server version__: 5.10
raw docstring

bots-bot-user-id-assign-user-id-post-with-http-infoclj

(bots-bot-user-id-assign-user-id-post-with-http-info bot-user-id user-id)

Assign a bot to a user Assign a bot to a specified user.

Permissions

Must have manage_bots permission. Minimum server version: 5.10

Assign a bot to a user
  Assign a bot to a specified user.
##### Permissions
Must have `manage_bots` permission. 
__Minimum server version__: 5.10
raw docstring

bots-bot-user-id-disable-postclj

(bots-bot-user-id-disable-post bot-user-id)

Disable a bot Disable a bot.

Permissions

Must have manage_bots permission. Minimum server version: 5.10

Disable a bot
  Disable a bot.
##### Permissions
Must have `manage_bots` permission. 
__Minimum server version__: 5.10
raw docstring

bots-bot-user-id-disable-post-with-http-infoclj

(bots-bot-user-id-disable-post-with-http-info bot-user-id)

Disable a bot Disable a bot.

Permissions

Must have manage_bots permission. Minimum server version: 5.10

Disable a bot
  Disable a bot.
##### Permissions
Must have `manage_bots` permission. 
__Minimum server version__: 5.10
raw docstring

bots-bot-user-id-enable-postclj

(bots-bot-user-id-enable-post bot-user-id)

Enable a bot Enable a bot.

Permissions

Must have manage_bots permission. Minimum server version: 5.10

Enable a bot
  Enable a bot.
##### Permissions
Must have `manage_bots` permission. 
__Minimum server version__: 5.10
raw docstring

bots-bot-user-id-enable-post-with-http-infoclj

(bots-bot-user-id-enable-post-with-http-info bot-user-id)

Enable a bot Enable a bot.

Permissions

Must have manage_bots permission. Minimum server version: 5.10

Enable a bot
  Enable a bot.
##### Permissions
Must have `manage_bots` permission. 
__Minimum server version__: 5.10
raw docstring

bots-bot-user-id-getclj

(bots-bot-user-id-get bot-user-id)
(bots-bot-user-id-get bot-user-id optional-params)

Get a bot Get a bot specified by its bot id.

Permissions

Must have read_bots permission for bots you are managing, and read_others_bots permission for bots others are managing. Minimum server version: 5.10

Get a bot
  Get a bot specified by its bot id.
##### Permissions
Must have `read_bots` permission for bots you are managing, and `read_others_bots` permission for bots others are managing.
__Minimum server version__: 5.10
raw docstring

bots-bot-user-id-get-with-http-infoclj

(bots-bot-user-id-get-with-http-info bot-user-id)
(bots-bot-user-id-get-with-http-info bot-user-id {:keys [include-deleted]})

Get a bot Get a bot specified by its bot id.

Permissions

Must have read_bots permission for bots you are managing, and read_others_bots permission for bots others are managing. Minimum server version: 5.10

Get a bot
  Get a bot specified by its bot id.
##### Permissions
Must have `read_bots` permission for bots you are managing, and `read_others_bots` permission for bots others are managing.
__Minimum server version__: 5.10
raw docstring

bots-bot-user-id-icon-deleteclj

(bots-bot-user-id-icon-delete bot-user-id)

Delete bot's LHS icon image Delete bot's LHS icon image based on bot_user_id string parameter.

Permissions

Must have manage_bots permission. Minimum server version: 5.14

Delete bot's LHS icon image
  Delete bot's LHS icon image based on bot_user_id string parameter.
##### Permissions
Must have `manage_bots` permission.
__Minimum server version__: 5.14
raw docstring

bots-bot-user-id-icon-delete-with-http-infoclj

(bots-bot-user-id-icon-delete-with-http-info bot-user-id)

Delete bot's LHS icon image Delete bot's LHS icon image based on bot_user_id string parameter.

Permissions

Must have manage_bots permission. Minimum server version: 5.14

Delete bot's LHS icon image
  Delete bot's LHS icon image based on bot_user_id string parameter.
##### Permissions
Must have `manage_bots` permission.
__Minimum server version__: 5.14
raw docstring

bots-bot-user-id-icon-getclj

(bots-bot-user-id-icon-get bot-user-id)

Get bot's LHS icon Get a bot's LHS icon image based on bot_user_id string parameter.

Permissions

Must be logged in. Minimum server version: 5.14

Get bot's LHS icon
  Get a bot's LHS icon image based on bot_user_id string parameter.
##### Permissions
Must be logged in.
__Minimum server version__: 5.14
raw docstring

bots-bot-user-id-icon-get-with-http-infoclj

(bots-bot-user-id-icon-get-with-http-info bot-user-id)

Get bot's LHS icon Get a bot's LHS icon image based on bot_user_id string parameter.

Permissions

Must be logged in. Minimum server version: 5.14

Get bot's LHS icon
  Get a bot's LHS icon image based on bot_user_id string parameter.
##### Permissions
Must be logged in.
__Minimum server version__: 5.14
raw docstring

bots-bot-user-id-icon-postclj

(bots-bot-user-id-icon-post bot-user-id image)

Set bot's LHS icon image Set a bot's LHS icon image based on bot_user_id string parameter. Icon image must be SVG format, all other formats are rejected.

Permissions

Must have manage_bots permission. Minimum server version: 5.14

Set bot's LHS icon image
  Set a bot's LHS icon image based on bot_user_id string parameter. Icon image must be SVG format, all other formats are rejected.
##### Permissions
Must have `manage_bots` permission.
__Minimum server version__: 5.14
raw docstring

bots-bot-user-id-icon-post-with-http-infoclj

(bots-bot-user-id-icon-post-with-http-info bot-user-id image)

Set bot's LHS icon image Set a bot's LHS icon image based on bot_user_id string parameter. Icon image must be SVG format, all other formats are rejected.

Permissions

Must have manage_bots permission. Minimum server version: 5.14

Set bot's LHS icon image
  Set a bot's LHS icon image based on bot_user_id string parameter. Icon image must be SVG format, all other formats are rejected.
##### Permissions
Must have `manage_bots` permission.
__Minimum server version__: 5.14
raw docstring

bots-bot-user-id-putclj

(bots-bot-user-id-put bot-user-id)
(bots-bot-user-id-put bot-user-id optional-params)

Patch a bot Partially update a bot by providing only the fields you want to update. Omitted fields will not be updated. The fields that can be updated are defined in the request body, all other provided fields will be ignored.

Permissions

Must have manage_bots permission. Minimum server version: 5.10

Patch a bot
  Partially update a bot by providing only the fields you want to update. Omitted fields will not be updated. The fields that can be updated are defined in the request body, all other provided fields will be ignored.
##### Permissions
Must have `manage_bots` permission. 
__Minimum server version__: 5.10
raw docstring

bots-bot-user-id-put-with-http-infoclj

(bots-bot-user-id-put-with-http-info bot-user-id)
(bots-bot-user-id-put-with-http-info bot-user-id {:keys [inline-object-69]})

Patch a bot Partially update a bot by providing only the fields you want to update. Omitted fields will not be updated. The fields that can be updated are defined in the request body, all other provided fields will be ignored.

Permissions

Must have manage_bots permission. Minimum server version: 5.10

Patch a bot
  Partially update a bot by providing only the fields you want to update. Omitted fields will not be updated. The fields that can be updated are defined in the request body, all other provided fields will be ignored.
##### Permissions
Must have `manage_bots` permission. 
__Minimum server version__: 5.10
raw docstring

bots-getclj

(bots-get)
(bots-get optional-params)

Get bots Get a page of a list of bots.

Permissions

Must have read_bots permission for bots you are managing, and read_others_bots permission for bots others are managing. Minimum server version: 5.10

Get bots
  Get a page of a list of bots.
##### Permissions
Must have `read_bots` permission for bots you are managing, and `read_others_bots` permission for bots others are managing.
__Minimum server version__: 5.10
raw docstring

bots-get-with-http-infoclj

(bots-get-with-http-info)
(bots-get-with-http-info {:keys [page per-page include-deleted only-orphaned]})

Get bots Get a page of a list of bots.

Permissions

Must have read_bots permission for bots you are managing, and read_others_bots permission for bots others are managing. Minimum server version: 5.10

Get bots
  Get a page of a list of bots.
##### Permissions
Must have `read_bots` permission for bots you are managing, and `read_others_bots` permission for bots others are managing.
__Minimum server version__: 5.10
raw docstring

bots-postclj

(bots-post)
(bots-post optional-params)

Create a bot Create a new bot account on the system. Username is required.

Permissions

Must have create_bot permission. Minimum server version: 5.10

Create a bot
  Create a new bot account on the system. Username is required.
##### Permissions
Must have `create_bot` permission.
__Minimum server version__: 5.10
raw docstring

bots-post-with-http-infoclj

(bots-post-with-http-info)
(bots-post-with-http-info {:keys [inline-object-68]})

Create a bot Create a new bot account on the system. Username is required.

Permissions

Must have create_bot permission. Minimum server version: 5.10

Create a bot
  Create a new bot account on the system. Username is required.
##### Permissions
Must have `create_bot` permission.
__Minimum server version__: 5.10
raw docstring

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

× close