Confluence v1 label endpoints: add/remove content labels, query label info.
Confluence v1 label endpoints: add/remove content labels, query label info.
(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"}].(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.
(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.(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.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |