Liking cljdoc? Tell your friends :D

atlassian.confluence.v1.labels

Confluence v1 label endpoints: add/remove content labels, query label info.

Confluence v1 label endpoints: add/remove content labels, query label info.
raw docstring

add-labels-to-contentclj

(add-labels-to-content client id body)
(add-labels-to-content client id body opts)

Add labels to content. POST /wiki/rest/api/content/{id}/label Path params: id — content ID. Body: array of label objects, e.g. [{:prefix "global" :name "my-label"}].

Add labels to content.
POST /wiki/rest/api/content/{id}/label
Path params: id — content ID.
Body: array of label objects, e.g. [{:prefix "global" :name "my-label"}].
sourceraw docstring

get-all-label-contentclj

(get-all-label-content client)
(get-all-label-content client opts)

Get label information. GET /wiki/rest/api/label Required query param: :name — label name. Optional: :type, :start, :limit.

Get label information.
GET /wiki/rest/api/label
Required query param: :name — label name.
Optional: :type, :start, :limit.
sourceraw docstring

remove-label-from-contentclj

(remove-label-from-content client id label)

Remove label from content. DELETE /wiki/rest/api/content/{id}/label/{label} Path params: id — content ID; label — label name to remove.

Remove label from content.
DELETE /wiki/rest/api/content/{id}/label/{label}
Path params: id — content ID; label — label name to remove.
sourceraw docstring

remove-label-from-content-using-query-parameterclj

(remove-label-from-content-using-query-parameter client id)
(remove-label-from-content-using-query-parameter client id opts)

Remove label from content using query parameter. DELETE /wiki/rest/api/content/{id}/label Path params: id — content ID. Required query param: :name — label name to remove.

Remove label from content using query parameter.
DELETE /wiki/rest/api/content/{id}/label
Path params: id — content ID.
Required query param: :name — label name to remove.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close