Liking cljdoc? Tell your friends :D

mattermost-clj.api.plugins


plugins-getclj

(plugins-get)

Get plugins Get a list of inactive and a list of active plugin manifests. Plugins must be enabled in the server's config settings.

Permissions

Must have manage_system permission.

Minimum server version: 4.4

Get plugins
  Get a list of inactive and a list of active plugin manifests. Plugins must be enabled in the server's config settings.

##### Permissions
Must have `manage_system` permission.

__Minimum server version__: 4.4
raw docstring

plugins-get-with-http-infoclj

(plugins-get-with-http-info)

Get plugins Get a list of inactive and a list of active plugin manifests. Plugins must be enabled in the server's config settings.

Permissions

Must have manage_system permission.

Minimum server version: 4.4

Get plugins
  Get a list of inactive and a list of active plugin manifests. Plugins must be enabled in the server's config settings.

##### Permissions
Must have `manage_system` permission.

__Minimum server version__: 4.4
raw docstring

plugins-install-from-url-postclj

(plugins-install-from-url-post plugin-download-url)
(plugins-install-from-url-post plugin-download-url optional-params)

Install plugin from url Supply a URL to a plugin compressed in a .tar.gz file. Plugins must be enabled in the server's config settings.

Permissions

Must have manage_system permission.

Minimum server version: 5.14

Install plugin from url
  Supply a URL to a plugin compressed in a .tar.gz file. Plugins must be enabled in the server's config settings.

##### Permissions
Must have `manage_system` permission.

__Minimum server version__: 5.14
raw docstring

plugins-install-from-url-post-with-http-infoclj

(plugins-install-from-url-post-with-http-info plugin-download-url)
(plugins-install-from-url-post-with-http-info plugin-download-url
                                              {:keys [force]})

Install plugin from url Supply a URL to a plugin compressed in a .tar.gz file. Plugins must be enabled in the server's config settings.

Permissions

Must have manage_system permission.

Minimum server version: 5.14

Install plugin from url
  Supply a URL to a plugin compressed in a .tar.gz file. Plugins must be enabled in the server's config settings.

##### Permissions
Must have `manage_system` permission.

__Minimum server version__: 5.14
raw docstring

plugins-plugin-id-deleteclj

(plugins-plugin-id-delete plugin-id)

Remove plugin Remove the plugin with the provided ID from the server. All plugin files are deleted. Plugins must be enabled in the server's config settings.

Permissions

Must have manage_system permission.

Minimum server version: 4.4

Remove plugin
  Remove the plugin with the provided ID from the server. All plugin files are deleted. Plugins must be enabled in the server's config settings.

##### Permissions
Must have `manage_system` permission.

__Minimum server version__: 4.4
raw docstring

plugins-plugin-id-delete-with-http-infoclj

(plugins-plugin-id-delete-with-http-info plugin-id)

Remove plugin Remove the plugin with the provided ID from the server. All plugin files are deleted. Plugins must be enabled in the server's config settings.

Permissions

Must have manage_system permission.

Minimum server version: 4.4

Remove plugin
  Remove the plugin with the provided ID from the server. All plugin files are deleted. Plugins must be enabled in the server's config settings.

##### Permissions
Must have `manage_system` permission.

__Minimum server version__: 4.4
raw docstring

plugins-plugin-id-disable-postclj

(plugins-plugin-id-disable-post plugin-id)

Disable plugin Disable a previously enabled plugin. Plugins must be enabled in the server's config settings.

Permissions

Must have manage_system permission.

Minimum server version: 4.4

Disable plugin
  Disable a previously enabled plugin. Plugins must be enabled in the server's config settings.

##### Permissions
Must have `manage_system` permission.

__Minimum server version__: 4.4
raw docstring

plugins-plugin-id-disable-post-with-http-infoclj

(plugins-plugin-id-disable-post-with-http-info plugin-id)

Disable plugin Disable a previously enabled plugin. Plugins must be enabled in the server's config settings.

Permissions

Must have manage_system permission.

Minimum server version: 4.4

Disable plugin
  Disable a previously enabled plugin. Plugins must be enabled in the server's config settings.

##### Permissions
Must have `manage_system` permission.

__Minimum server version__: 4.4
raw docstring

plugins-plugin-id-enable-postclj

(plugins-plugin-id-enable-post plugin-id)

Enable plugin Enable a previously uploaded plugin. Plugins must be enabled in the server's config settings.

Permissions

Must have manage_system permission.

Minimum server version: 4.4

Enable plugin
  Enable a previously uploaded plugin. Plugins must be enabled in the server's config settings.

##### Permissions
Must have `manage_system` permission.

__Minimum server version__: 4.4
raw docstring

plugins-plugin-id-enable-post-with-http-infoclj

(plugins-plugin-id-enable-post-with-http-info plugin-id)

Enable plugin Enable a previously uploaded plugin. Plugins must be enabled in the server's config settings.

Permissions

Must have manage_system permission.

Minimum server version: 4.4

Enable plugin
  Enable a previously uploaded plugin. Plugins must be enabled in the server's config settings.

##### Permissions
Must have `manage_system` permission.

__Minimum server version__: 4.4
raw docstring

plugins-postclj

(plugins-post plugin)
(plugins-post plugin optional-params)

Upload plugin Upload a plugin that is contained within a compressed .tar.gz file. Plugins and plugin uploads must be enabled in the server's config settings.

Permissions

Must have manage_system permission.

Minimum server version: 4.4

Upload plugin
  Upload a plugin that is contained within a compressed .tar.gz file. Plugins and plugin uploads must be enabled in the server's config settings.

##### Permissions
Must have `manage_system` permission.

__Minimum server version__: 4.4
raw docstring

plugins-post-with-http-infoclj

(plugins-post-with-http-info plugin)
(plugins-post-with-http-info plugin {:keys [force]})

Upload plugin Upload a plugin that is contained within a compressed .tar.gz file. Plugins and plugin uploads must be enabled in the server's config settings.

Permissions

Must have manage_system permission.

Minimum server version: 4.4

Upload plugin
  Upload a plugin that is contained within a compressed .tar.gz file. Plugins and plugin uploads must be enabled in the server's config settings.

##### Permissions
Must have `manage_system` permission.

__Minimum server version__: 4.4
raw docstring

plugins-webapp-getclj

(plugins-webapp-get)

Get webapp plugins Get a list of web app plugins installed and activated on the server.

Permissions

No permissions required.

Minimum server version: 4.4

Get webapp plugins
  Get a list of web app plugins installed and activated on the server.

##### Permissions
No permissions required.

__Minimum server version__: 4.4
raw docstring

plugins-webapp-get-with-http-infoclj

(plugins-webapp-get-with-http-info)

Get webapp plugins Get a list of web app plugins installed and activated on the server.

Permissions

No permissions required.

Minimum server version: 4.4

Get webapp plugins
  Get a list of web app plugins installed and activated on the server.

##### Permissions
No permissions required.

__Minimum server version__: 4.4
raw docstring

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

× close