Liking cljdoc? Tell your friends :D

atlassian.confluence.v1.content-watches

Confluence v1 Content Watches API — watch status and watcher management for pages, spaces, labels, and content.

Confluence v1 Content Watches API — watch status and watcher management
for pages, spaces, labels, and content.
raw docstring

add-content-watcherclj

(add-content-watcher client content-id)

Add content watcher. POST /wiki/rest/api/user/watch/content/{contentId} Required path params: content-id (string). Note: requires X-Atlassian-Token header (XSRF protection).

Add content watcher. POST /wiki/rest/api/user/watch/content/{contentId}
Required path params: content-id (string).
Note: requires X-Atlassian-Token header (XSRF protection).
sourceraw docstring

add-label-watcherclj

(add-label-watcher client label-name)

Add label watcher. POST /wiki/rest/api/user/watch/label/{labelName} Required path params: label-name (string). Note: requires X-Atlassian-Token header (XSRF protection).

Add label watcher. POST /wiki/rest/api/user/watch/label/{labelName}
Required path params: label-name (string).
Note: requires X-Atlassian-Token header (XSRF protection).
sourceraw docstring

add-space-watcherclj

(add-space-watcher client space-key)

Add space watcher. POST /wiki/rest/api/user/watch/space/{spaceKey} Required path params: space-key (string). Note: requires X-Atlassian-Token header (XSRF protection).

Add space watcher. POST /wiki/rest/api/user/watch/space/{spaceKey}
Required path params: space-key (string).
Note: requires X-Atlassian-Token header (XSRF protection).
sourceraw docstring

get-content-watch-statusclj

(get-content-watch-status client content-id)

Get content watch status. GET /wiki/rest/api/user/watch/content/{contentId} Required path params: content-id (string).

Get content watch status. GET /wiki/rest/api/user/watch/content/{contentId}
Required path params: content-id (string).
sourceraw docstring

get-watchers-for-spaceclj

(get-watchers-for-space client space-key)
(get-watchers-for-space client space-key opts)

Get space watchers. GET /wiki/rest/api/space/{spaceKey}/watch Required path params: spaceKey (string). Optional query params: start, limit.

Get space watchers. GET /wiki/rest/api/space/{spaceKey}/watch
Required path params: spaceKey (string).
Optional query params: start, limit.
sourceraw docstring

get-watches-for-pageclj

(get-watches-for-page client id)
(get-watches-for-page client id opts)

Get watches for page. GET /wiki/rest/api/content/{id}/notification/child-created Required path params: id (string). Optional query params: start, limit.

Get watches for page. GET /wiki/rest/api/content/{id}/notification/child-created
Required path params: id (string).
Optional query params: start, limit.
sourceraw docstring

get-watches-for-spaceclj

(get-watches-for-space client id)
(get-watches-for-space client id opts)

Get watches for space. GET /wiki/rest/api/content/{id}/notification/created Required path params: id (string). Optional query params: start, limit.

Get watches for space. GET /wiki/rest/api/content/{id}/notification/created
Required path params: id (string).
Optional query params: start, limit.
sourceraw docstring

is-watching-labelclj

(is-watching-label client label-name)

Get label watch status. GET /wiki/rest/api/user/watch/label/{labelName} Required path params: label-name (string).

Get label watch status. GET /wiki/rest/api/user/watch/label/{labelName}
Required path params: label-name (string).
sourceraw docstring

is-watching-spaceclj

(is-watching-space client space-key)

Get space watch status. GET /wiki/rest/api/user/watch/space/{spaceKey} Required path params: space-key (string).

Get space watch status. GET /wiki/rest/api/user/watch/space/{spaceKey}
Required path params: space-key (string).
sourceraw docstring

remove-content-watcherclj

(remove-content-watcher client content-id)

Remove content watcher. DELETE /wiki/rest/api/user/watch/content/{contentId} Required path params: content-id (string). Note: requires X-Atlassian-Token header (XSRF protection).

Remove content watcher. DELETE /wiki/rest/api/user/watch/content/{contentId}
Required path params: content-id (string).
Note: requires X-Atlassian-Token header (XSRF protection).
sourceraw docstring

remove-label-watcherclj

(remove-label-watcher client label-name)

Remove label watcher. DELETE /wiki/rest/api/user/watch/label/{labelName} Required path params: label-name (string).

Remove label watcher. DELETE /wiki/rest/api/user/watch/label/{labelName}
Required path params: label-name (string).
sourceraw docstring

remove-space-watchclj

(remove-space-watch client space-key)

Remove space watch. DELETE /wiki/rest/api/user/watch/space/{spaceKey} Required path params: space-key (string).

Remove space watch. DELETE /wiki/rest/api/user/watch/space/{spaceKey}
Required path params: space-key (string).
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