Liking cljdoc? Tell your friends :D

atlassian.confluence.v2.labels

Confluence v2 Label endpoint fns — one per operationId in v2-labels.edn.

Confluence v2 Label endpoint fns — one per operationId in v2-labels.edn.
raw docstring

get-attachment-labelsclj

(get-attachment-labels client id)
(get-attachment-labels client id opts)

Get labels for attachment. GET /wiki/api/v2/attachments/{id}/labels Path params: id — The ID of the attachment. Query opts: :prefix :sort :cursor :limit

Get labels for attachment.
GET /wiki/api/v2/attachments/{id}/labels
Path params: id — The ID of the attachment.
Query opts: :prefix :sort :cursor :limit
sourceraw docstring

get-blog-post-labelsclj

(get-blog-post-labels client id)
(get-blog-post-labels client id opts)

Get labels for blog post. GET /wiki/api/v2/blogposts/{id}/labels Path params: id — The ID of the blog post. Query opts: :prefix :sort :cursor :limit

Get labels for blog post.
GET /wiki/api/v2/blogposts/{id}/labels
Path params: id — The ID of the blog post.
Query opts: :prefix :sort :cursor :limit
sourceraw docstring

get-custom-content-labelsclj

(get-custom-content-labels client id)
(get-custom-content-labels client id opts)

Get labels for custom content. GET /wiki/api/v2/custom-content/{id}/labels Path params: id — The ID of the custom content. Query opts: :prefix :sort :cursor :limit

Get labels for custom content.
GET /wiki/api/v2/custom-content/{id}/labels
Path params: id — The ID of the custom content.
Query opts: :prefix :sort :cursor :limit
sourceraw docstring

get-labelsclj

(get-labels client)
(get-labels client opts)

Get labels. GET /wiki/api/v2/labels Query opts: :label-id :prefix :cursor :sort :limit

Get labels.
GET /wiki/api/v2/labels
Query opts: :label-id :prefix :cursor :sort :limit
sourceraw docstring

get-page-labelsclj

(get-page-labels client id)
(get-page-labels client id opts)

Get labels for page. GET /wiki/api/v2/pages/{id}/labels Path params: id — The ID of the page. Query opts: :prefix :sort :cursor :limit

Get labels for page.
GET /wiki/api/v2/pages/{id}/labels
Path params: id — The ID of the page.
Query opts: :prefix :sort :cursor :limit
sourceraw docstring

get-space-content-labelsclj

(get-space-content-labels client id)
(get-space-content-labels client id opts)

Get labels for space content. GET /wiki/api/v2/spaces/{id}/content/labels Path params: id — The ID of the space. Query opts: :prefix :sort :cursor :limit

Get labels for space content.
GET /wiki/api/v2/spaces/{id}/content/labels
Path params: id — The ID of the space.
Query opts: :prefix :sort :cursor :limit
sourceraw docstring

get-space-labelsclj

(get-space-labels client id)
(get-space-labels client id opts)

Get labels for space. GET /wiki/api/v2/spaces/{id}/labels Path params: id — The ID of the space. Query opts: :prefix :sort :cursor :limit

Get labels for space.
GET /wiki/api/v2/spaces/{id}/labels
Path params: id — The ID of the space.
Query opts: :prefix :sort :cursor :limit
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