Liking cljdoc? Tell your friends :D

mattermost-clj.api.roles


roles-name-role-name-getclj

(roles-name-role-name-get role-name)

Get a role Get a role from the provided role name.

Permissions

Requires an active session but no other permissions.

Minimum server version: 4.9

Get a role
  Get a role from the provided role name.

##### Permissions
Requires an active session but no other permissions.

__Minimum server version__: 4.9
raw docstring

roles-name-role-name-get-with-http-infoclj

(roles-name-role-name-get-with-http-info role-name)

Get a role Get a role from the provided role name.

Permissions

Requires an active session but no other permissions.

Minimum server version: 4.9

Get a role
  Get a role from the provided role name.

##### Permissions
Requires an active session but no other permissions.

__Minimum server version__: 4.9
raw docstring

roles-names-postclj

(roles-names-post string)

Get a list of roles by name Get a list of roles from their names.

Permissions

Requires an active session but no other permissions.

Minimum server version: 4.9

Get a list of roles by name
  Get a list of roles from their names.

##### Permissions
Requires an active session but no other permissions.

__Minimum server version__: 4.9
raw docstring

roles-names-post-with-http-infoclj

(roles-names-post-with-http-info string)

Get a list of roles by name Get a list of roles from their names.

Permissions

Requires an active session but no other permissions.

Minimum server version: 4.9

Get a list of roles by name
  Get a list of roles from their names.

##### Permissions
Requires an active session but no other permissions.

__Minimum server version__: 4.9
raw docstring

roles-role-id-getclj

(roles-role-id-get role-id)

Get a role Get a role from the provided role id.

Permissions

Requires an active session but no other permissions.

Minimum server version: 4.9

Get a role
  Get a role from the provided role id.

##### Permissions
Requires an active session but no other permissions.

__Minimum server version__: 4.9
raw docstring

roles-role-id-get-with-http-infoclj

(roles-role-id-get-with-http-info role-id)

Get a role Get a role from the provided role id.

Permissions

Requires an active session but no other permissions.

Minimum server version: 4.9

Get a role
  Get a role from the provided role id.

##### Permissions
Requires an active session but no other permissions.

__Minimum server version__: 4.9
raw docstring

roles-role-id-patch-putclj

(roles-role-id-patch-put role-id)
(roles-role-id-patch-put role-id optional-params)

Patch a role Partially update a role 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

manage_system permission is required.

Minimum server version: 4.9

Patch a role
  Partially update a role 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
`manage_system` permission is required.

__Minimum server version__: 4.9
raw docstring

roles-role-id-patch-put-with-http-infoclj

(roles-role-id-patch-put-with-http-info role-id)
(roles-role-id-patch-put-with-http-info role-id {:keys [inline-object-62]})

Patch a role Partially update a role 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

manage_system permission is required.

Minimum server version: 4.9

Patch a role
  Partially update a role 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
`manage_system` permission is required.

__Minimum server version__: 4.9
raw docstring

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

× close