Confluence v2 blog-post endpoints.
Confluence v2 blog-post endpoints.
(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)(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)(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(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.
(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.(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.(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.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 |