Confluence v2 Label endpoint fns — one per operationId in v2-labels.edn.
Confluence v2 Label endpoint fns — one per operationId in v2-labels.edn.
(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(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(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(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
(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(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(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 :limitcljdoc 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 |