Liking cljdoc? Tell your friends :D

atlassian.confluence.v2.blogposts

Confluence v2 blog-post endpoints.

Confluence v2 blog-post endpoints.
raw docstring

create-blog-postclj

(create-blog-post client body)
(create-blog-post client body opts)

Create blog post. POST /wiki/api/v2/blogposts Body: blog post representation; use {:body {:representation "storage" :value "..."}} to supply the content. Query opts: :private (boolean)

Create blog post. POST /wiki/api/v2/blogposts
Body: blog post representation; use {:body {:representation "storage" :value "..."}}
to supply the content. Query opts: :private (boolean)
sourceraw docstring

delete-blog-postclj

(delete-blog-post client id)
(delete-blog-post client id opts)

Delete blog post. DELETE /wiki/api/v2/blogposts/{id} Path params: id (integer) — the ID of the blog post to delete. Query opts: :purge (boolean) :draft (boolean)

Delete blog post. DELETE /wiki/api/v2/blogposts/{id}
Path params: id (integer) — the ID of the blog post to delete.
Query opts: :purge (boolean) :draft (boolean)
sourceraw docstring

get-blog-post-by-idclj

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

Get blog post by id. GET /wiki/api/v2/blogposts/{id} Path params: id (integer) — the ID of the blog post to return. Query opts: :body-format :get-draft :status :version :include-labels :include-properties :include-operations :include-likes :include-versions :include-version :include-favorited-by-current-user-status :include-webresources :include-collaborators

Get blog post by id. GET /wiki/api/v2/blogposts/{id}
Path params: id (integer) — the ID of the blog post to return.
Query opts: :body-format :get-draft :status :version :include-labels
            :include-properties :include-operations :include-likes
            :include-versions :include-version :include-favorited-by-current-user-status
            :include-webresources :include-collaborators
sourceraw docstring

get-blog-postsclj

(get-blog-posts client)
(get-blog-posts client opts)

Get blog posts. GET /wiki/api/v2/blogposts Query opts: :id :space-id :sort :status :title :body-format :cursor :limit Results are cursor-paginated; use atlassian.confluence.client/next-cursor to page.

Get blog posts. GET /wiki/api/v2/blogposts
Query opts: :id :space-id :sort :status :title :body-format :cursor :limit
Results are cursor-paginated; use atlassian.confluence.client/next-cursor to page.
sourceraw docstring

get-blog-posts-in-spaceclj

(get-blog-posts-in-space client id)
(get-blog-posts-in-space client id opts)

Get blog posts in space. GET /wiki/api/v2/spaces/{id}/blogposts Path params: id (integer) — the ID of the space. Query opts: :sort :status :title :body-format :cursor :limit Results are cursor-paginated; use atlassian.confluence.client/next-cursor to page.

Get blog posts in space. GET /wiki/api/v2/spaces/{id}/blogposts
Path params: id (integer) — the ID of the space.
Query opts: :sort :status :title :body-format :cursor :limit
Results are cursor-paginated; use atlassian.confluence.client/next-cursor to page.
sourceraw docstring

get-label-blog-postsclj

(get-label-blog-posts client id)
(get-label-blog-posts client id opts)

Get blog posts for label. GET /wiki/api/v2/labels/{id}/blogposts Path params: id (integer) — the ID of the label. Query opts: :space-id :body-format :sort :cursor :limit Results are cursor-paginated; use atlassian.confluence.client/next-cursor to page.

Get blog posts for label. GET /wiki/api/v2/labels/{id}/blogposts
Path params: id (integer) — the ID of the label.
Query opts: :space-id :body-format :sort :cursor :limit
Results are cursor-paginated; use atlassian.confluence.client/next-cursor to page.
sourceraw docstring

update-blog-postclj

(update-blog-post client id body)
(update-blog-post client id body opts)

Update blog post. PUT /wiki/api/v2/blogposts/{id} Path params: id (integer) — the ID of the blog post to update. Body: blog post representation; use {:body {:representation "storage" :value "..."}} to supply the content. Include :version {:number N} to bump the version.

Update blog post. PUT /wiki/api/v2/blogposts/{id}
Path params: id (integer) — the ID of the blog post to update.
Body: blog post representation; use {:body {:representation "storage" :value "..."}}
to supply the content. Include :version {:number N} to bump the version.
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