(get-by-id client partner-id channel-id)
Get a single channel by partner-id
and channel-id
.
Get a single channel by `partner-id` and `channel-id`.
(get-list client partner-id opts)
Returns a list of all partner's channels.
Returns a list of all partner's channels.
(update-by-id client partner-id channel-id channel update-mask)
Update an existing channel by partner-id
and channel-id
.
Request body is the same as for create
function. Additionally
update-mask
is a mandatory parameter, it should be a sequence of
fully qualified names of fields (as keywords).
Update an existing channel by `partner-id` and `channel-id`. Request body is the same as for [[create]] function. Additionally `update-mask` is a mandatory parameter, it should be a sequence of fully qualified names of fields (as keywords).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close