Liking cljdoc? Tell your friends :D

mattermost-clj.api.emoji


emoji-autocomplete-getclj

(emoji-autocomplete-get name)

Autocomplete custom emoji Get a list of custom emoji with names starting with or matching the provided name. Returns a maximum of 100 results.

Permissions

Must be authenticated.

Minimum server version: 4.7

Autocomplete custom emoji
  Get a list of custom emoji with names starting with or matching the provided name. Returns a maximum of 100 results.
##### Permissions
Must be authenticated.

__Minimum server version__: 4.7
raw docstring

emoji-autocomplete-get-with-http-infoclj

(emoji-autocomplete-get-with-http-info name)

Autocomplete custom emoji Get a list of custom emoji with names starting with or matching the provided name. Returns a maximum of 100 results.

Permissions

Must be authenticated.

Minimum server version: 4.7

Autocomplete custom emoji
  Get a list of custom emoji with names starting with or matching the provided name. Returns a maximum of 100 results.
##### Permissions
Must be authenticated.

__Minimum server version__: 4.7
raw docstring

emoji-emoji-id-deleteclj

(emoji-emoji-id-delete emoji-id)

Delete a custom emoji Delete a custom emoji.

Permissions

Must have the manage_team or manage_system permissions or be the user who created the emoji.

Delete a custom emoji
  Delete a custom emoji.
##### Permissions
Must have the `manage_team` or `manage_system` permissions or be the user who created the emoji.
raw docstring

emoji-emoji-id-delete-with-http-infoclj

(emoji-emoji-id-delete-with-http-info emoji-id)

Delete a custom emoji Delete a custom emoji.

Permissions

Must have the manage_team or manage_system permissions or be the user who created the emoji.

Delete a custom emoji
  Delete a custom emoji.
##### Permissions
Must have the `manage_team` or `manage_system` permissions or be the user who created the emoji.
raw docstring

emoji-emoji-id-getclj

(emoji-emoji-id-get emoji-id)

Get a custom emoji Get some metadata for a custom emoji.

Permissions

Must be authenticated.

Get a custom emoji
  Get some metadata for a custom emoji.
##### Permissions
Must be authenticated.
raw docstring

emoji-emoji-id-get-with-http-infoclj

(emoji-emoji-id-get-with-http-info emoji-id)

Get a custom emoji Get some metadata for a custom emoji.

Permissions

Must be authenticated.

Get a custom emoji
  Get some metadata for a custom emoji.
##### Permissions
Must be authenticated.
raw docstring

emoji-emoji-id-image-getclj

(emoji-emoji-id-image-get emoji-id)

Get custom emoji image Get the image for a custom emoji.

Permissions

Must be authenticated.

Get custom emoji image
  Get the image for a custom emoji.
##### Permissions
Must be authenticated.
raw docstring

emoji-emoji-id-image-get-with-http-infoclj

(emoji-emoji-id-image-get-with-http-info emoji-id)

Get custom emoji image Get the image for a custom emoji.

Permissions

Must be authenticated.

Get custom emoji image
  Get the image for a custom emoji.
##### Permissions
Must be authenticated.
raw docstring

emoji-getclj

(emoji-get)
(emoji-get optional-params)

Get a list of custom emoji Get a page of metadata for custom emoji on the system. Since server version 4.7, sort using the sort query parameter.

Permissions

Must be authenticated.

Get a list of custom emoji
  Get a page of metadata for custom emoji on the system. Since server version 4.7, sort using the `sort` query parameter.
##### Permissions
Must be authenticated.
raw docstring

emoji-get-with-http-infoclj

(emoji-get-with-http-info)
(emoji-get-with-http-info {:keys [page per-page sort]})

Get a list of custom emoji Get a page of metadata for custom emoji on the system. Since server version 4.7, sort using the sort query parameter.

Permissions

Must be authenticated.

Get a list of custom emoji
  Get a page of metadata for custom emoji on the system. Since server version 4.7, sort using the `sort` query parameter.
##### Permissions
Must be authenticated.
raw docstring

emoji-name-emoji-name-getclj

(emoji-name-emoji-name-get emoji-name)

Get a custom emoji by name Get some metadata for a custom emoji using its name.

Permissions

Must be authenticated.

Minimum server version: 4.7

Get a custom emoji by name
  Get some metadata for a custom emoji using its name.
##### Permissions
Must be authenticated.

__Minimum server version__: 4.7
raw docstring

emoji-name-emoji-name-get-with-http-infoclj

(emoji-name-emoji-name-get-with-http-info emoji-name)

Get a custom emoji by name Get some metadata for a custom emoji using its name.

Permissions

Must be authenticated.

Minimum server version: 4.7

Get a custom emoji by name
  Get some metadata for a custom emoji using its name.
##### Permissions
Must be authenticated.

__Minimum server version__: 4.7
raw docstring

emoji-postclj

(emoji-post image emoji)

Create a custom emoji Create a custom emoji for the team.

Permissions

Must be authenticated.

Create a custom emoji
  Create a custom emoji for the team.
##### Permissions
Must be authenticated.
raw docstring

emoji-post-with-http-infoclj

(emoji-post-with-http-info image emoji)

Create a custom emoji Create a custom emoji for the team.

Permissions

Must be authenticated.

Create a custom emoji
  Create a custom emoji for the team.
##### Permissions
Must be authenticated.
raw docstring

emoji-search-postclj

(emoji-search-post)
(emoji-search-post optional-params)

Search custom emoji Search for custom emoji by name based on search criteria provided in the request body. A maximum of 200 results are returned.

Permissions

Must be authenticated.

Minimum server version: 4.7

Search custom emoji
  Search for custom emoji by name based on search criteria provided in the request body. A maximum of 200 results are returned.
##### Permissions
Must be authenticated.

__Minimum server version__: 4.7
raw docstring

emoji-search-post-with-http-infoclj

(emoji-search-post-with-http-info)
(emoji-search-post-with-http-info {:keys [inline-object-50]})

Search custom emoji Search for custom emoji by name based on search criteria provided in the request body. A maximum of 200 results are returned.

Permissions

Must be authenticated.

Minimum server version: 4.7

Search custom emoji
  Search for custom emoji by name based on search criteria provided in the request body. A maximum of 200 results are returned.
##### Permissions
Must be authenticated.

__Minimum server version__: 4.7
raw docstring

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

× close