Liking cljdoc? Tell your friends :D

atlassian.confluence.v2.classification

Classification level operations for Confluence Cloud v2.

Classification level operations for Confluence Cloud v2.
raw docstring

delete-space-default-classification-levelclj

(delete-space-default-classification-level client id)

Delete space default classification level. DELETE /wiki/api/v2/spaces/{id}/classification-level/default Path params: id (integer) - The ID of the space.

Delete space default classification level.
DELETE /wiki/api/v2/spaces/{id}/classification-level/default
Path params: id (integer) - The ID of the space.
sourceraw docstring

get-blog-post-classification-levelclj

(get-blog-post-classification-level client id)
(get-blog-post-classification-level client id opts)

Get blog post classification level. GET /wiki/api/v2/blogposts/{id}/classification-level Path params: id (integer) - The ID of the blog post. Query opts: {:status string} - Status of blog post.

Get blog post classification level.
GET /wiki/api/v2/blogposts/{id}/classification-level
Path params: id (integer) - The ID of the blog post.
Query opts: {:status string} - Status of blog post.
sourceraw docstring

get-classification-levelsclj

(get-classification-levels client)

Get list of classification levels. GET /wiki/api/v2/classification-levels

Get list of classification levels.
GET /wiki/api/v2/classification-levels
sourceraw docstring

get-database-classification-levelclj

(get-database-classification-level client id)

Get database classification level. GET /wiki/api/v2/databases/{id}/classification-level Path params: id (integer) - The ID of the database.

Get database classification level.
GET /wiki/api/v2/databases/{id}/classification-level
Path params: id (integer) - The ID of the database.
sourceraw docstring

get-page-classification-levelclj

(get-page-classification-level client id)
(get-page-classification-level client id opts)

Get page classification level. GET /wiki/api/v2/pages/{id}/classification-level Path params: id (integer) - The ID of the page. Query opts: {:status string} - Status of page.

Get page classification level.
GET /wiki/api/v2/pages/{id}/classification-level
Path params: id (integer) - The ID of the page.
Query opts: {:status string} - Status of page.
sourceraw docstring

get-space-default-classification-levelclj

(get-space-default-classification-level client id)

Get space default classification level. GET /wiki/api/v2/spaces/{id}/classification-level/default Path params: id (integer) - The ID of the space.

Get space default classification level.
GET /wiki/api/v2/spaces/{id}/classification-level/default
Path params: id (integer) - The ID of the space.
sourceraw docstring

get-whiteboard-classification-levelclj

(get-whiteboard-classification-level client id)

Get whiteboard classification level. GET /wiki/api/v2/whiteboards/{id}/classification-level Path params: id (integer) - The ID of the whiteboard.

Get whiteboard classification level.
GET /wiki/api/v2/whiteboards/{id}/classification-level
Path params: id (integer) - The ID of the whiteboard.
sourceraw docstring

post-blog-post-classification-levelclj

(post-blog-post-classification-level client id body)
(post-blog-post-classification-level client id body opts)

Reset blog post classification level. POST /wiki/api/v2/blogposts/{id}/classification-level/reset Path params: id (integer) - The ID of the blog post. Body: reset payload.

Reset blog post classification level.
POST /wiki/api/v2/blogposts/{id}/classification-level/reset
Path params: id (integer) - The ID of the blog post.
Body: reset payload.
sourceraw docstring

post-database-classification-levelclj

(post-database-classification-level client id body)
(post-database-classification-level client id body opts)

Reset database classification level. POST /wiki/api/v2/databases/{id}/classification-level/reset Path params: id (integer) - The ID of the database. Body: reset payload.

Reset database classification level.
POST /wiki/api/v2/databases/{id}/classification-level/reset
Path params: id (integer) - The ID of the database.
Body: reset payload.
sourceraw docstring

post-page-classification-levelclj

(post-page-classification-level client id body)
(post-page-classification-level client id body opts)

Reset page classification level. POST /wiki/api/v2/pages/{id}/classification-level/reset Path params: id (integer) - The ID of the page. Body: reset payload.

Reset page classification level.
POST /wiki/api/v2/pages/{id}/classification-level/reset
Path params: id (integer) - The ID of the page.
Body: reset payload.
sourceraw docstring

post-whiteboard-classification-levelclj

(post-whiteboard-classification-level client id body)
(post-whiteboard-classification-level client id body opts)

Reset whiteboard classification level. POST /wiki/api/v2/whiteboards/{id}/classification-level/reset Path params: id (integer) - The ID of the whiteboard. Body: reset payload.

Reset whiteboard classification level.
POST /wiki/api/v2/whiteboards/{id}/classification-level/reset
Path params: id (integer) - The ID of the whiteboard.
Body: reset payload.
sourceraw docstring

put-blog-post-classification-levelclj

(put-blog-post-classification-level client id body)
(put-blog-post-classification-level client id body opts)

Update blog post classification level. PUT /wiki/api/v2/blogposts/{id}/classification-level Path params: id (integer) - The ID of the blog post. Body: classification level update payload.

Update blog post classification level.
PUT /wiki/api/v2/blogposts/{id}/classification-level
Path params: id (integer) - The ID of the blog post.
Body: classification level update payload.
sourceraw docstring

put-database-classification-levelclj

(put-database-classification-level client id body)
(put-database-classification-level client id body opts)

Update database classification level. PUT /wiki/api/v2/databases/{id}/classification-level Path params: id (integer) - The ID of the database. Body: classification level update payload.

Update database classification level.
PUT /wiki/api/v2/databases/{id}/classification-level
Path params: id (integer) - The ID of the database.
Body: classification level update payload.
sourceraw docstring

put-page-classification-levelclj

(put-page-classification-level client id body)
(put-page-classification-level client id body opts)

Update page classification level. PUT /wiki/api/v2/pages/{id}/classification-level Path params: id (integer) - The ID of the page. Body: classification level update payload.

Update page classification level.
PUT /wiki/api/v2/pages/{id}/classification-level
Path params: id (integer) - The ID of the page.
Body: classification level update payload.
sourceraw docstring

put-space-default-classification-levelclj

(put-space-default-classification-level client id body)
(put-space-default-classification-level client id body opts)

Update space default classification level. PUT /wiki/api/v2/spaces/{id}/classification-level/default Path params: id (integer) - The ID of the space. Body: classification level update payload.

Update space default classification level.
PUT /wiki/api/v2/spaces/{id}/classification-level/default
Path params: id (integer) - The ID of the space.
Body: classification level update payload.
sourceraw docstring

put-whiteboard-classification-levelclj

(put-whiteboard-classification-level client id body)
(put-whiteboard-classification-level client id body opts)

Update whiteboard classification level. PUT /wiki/api/v2/whiteboards/{id}/classification-level Path params: id (integer) - The ID of the whiteboard. Body: classification level update payload.

Update whiteboard classification level.
PUT /wiki/api/v2/whiteboards/{id}/classification-level
Path params: id (integer) - The ID of the whiteboard.
Body: classification level update payload.
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