Liking cljdoc? Tell your friends :D

matrix-client-server-api.api.device-management


delete-deviceclj

(delete-device device-id)
(delete-device device-id optional-params)

Delete a device This API endpoint uses the User-Interactive Authentication API_.

Deletes the given device, and invalidates any access token assoicated with it.

Delete a device
  This API endpoint uses the `User-Interactive Authentication API`_.

Deletes the given device, and invalidates any access token assoicated with it.
raw docstring

delete-device-with-http-infoclj

(delete-device-with-http-info device-id)
(delete-device-with-http-info device-id {:keys [body]})

Delete a device This API endpoint uses the User-Interactive Authentication API_.

Deletes the given device, and invalidates any access token assoicated with it.

Delete a device
  This API endpoint uses the `User-Interactive Authentication API`_.

Deletes the given device, and invalidates any access token assoicated with it.
raw docstring

get-deviceclj

(get-device device-id)

Get a single device Gets information on a single device, by device id.

Get a single device
Gets information on a single device, by device id.
raw docstring

get-device-with-http-infoclj

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

Get a single device Gets information on a single device, by device id.

Get a single device
Gets information on a single device, by device id.
raw docstring

get-devicesclj

(get-devices)

List registered devices for the current user Gets information about all devices for the current user.

List registered devices for the current user
Gets information about all devices for the current user.
raw docstring

get-devices-with-http-infoclj

(get-devices-with-http-info)

List registered devices for the current user Gets information about all devices for the current user.

List registered devices for the current user
Gets information about all devices for the current user.
raw docstring

update-deviceclj

(update-device device-id body)

Update a device Updates the metadata on the given device.

Update a device
Updates the metadata on the given device.
raw docstring

update-device-with-http-infoclj

(update-device-with-http-info device-id body)

Update a device Updates the metadata on the given device.

Update a device
Updates the metadata on the given device.
raw docstring

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

× close