Liking cljdoc? Tell your friends :D

atlassian.confluence.v2.comments

Confluence Cloud v2 Comments API — footer and inline comments.

Cursor-paginated list endpoints return {:results [...] :_links {:next ...}}. Page with the cursor query param; use atlassian.confluence.client/next-cursor to extract the cursor from a response.

Comment bodies use storage representation: {:body {:representation "storage" :value "<p>Hello</p>"}}

Confluence Cloud v2 Comments API — footer and inline comments.

Cursor-paginated list endpoints return {:results [...] :_links {:next ...}}.
Page with the `cursor` query param; use `atlassian.confluence.client/next-cursor`
to extract the cursor from a response.

Comment bodies use storage representation:
  {:body {:representation "storage" :value "<p>Hello</p>"}}
raw docstring

atlassian.confluence.v2.content-properties

Confluence Cloud v2 Content Properties API. Cursor-paginated list responses include :results and :_links {:next ...}; page with the cursor query param.

Confluence Cloud v2 Content Properties API.
Cursor-paginated list responses include :results and :_links {:next ...};
page with the `cursor` query param.
raw docstring

atlassian.confluence.v2.hierarchy

Confluence v2 hierarchy endpoints: ancestors, descendants, children, and direct-children for pages, databases, folders, whiteboards, smart links, and custom content.

All list responses are cursor-paginated: {:results [...] :_links {:next ...}}. Page with the cursor query param; use atlassian.confluence.client/next-cursor to extract it from a response.

Confluence v2 hierarchy endpoints: ancestors, descendants, children, and
direct-children for pages, databases, folders, whiteboards, smart links,
and custom content.

All list responses are cursor-paginated: {:results [...] :_links {:next ...}}.
Page with the `cursor` query param; use `atlassian.confluence.client/next-cursor`
to extract it from a response.
raw docstring

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

atlassian.confluence.v2.pages

Confluence Cloud v2 Pages API.

Cursor-paginated list endpoints return {:results [...] :_links {:next ...}}. Page with the cursor query param; use atlassian.confluence.client/next-cursor to extract the cursor from a response.

Page/blogpost bodies use storage representation: {:body {:representation "storage" :value "<p>Hello</p>"}}

Confluence Cloud v2 Pages API.

Cursor-paginated list endpoints return {:results [...] :_links {:next ...}}.
Page with the `cursor` query param; use `atlassian.confluence.client/next-cursor`
to extract the cursor from a response.

Page/blogpost bodies use storage representation:
  {:body {:representation "storage" :value "<p>Hello</p>"}}
raw 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