Liking cljdoc? Tell your friends :D

atlassian.confluence.v2.attachments

Confluence v2 Attachment endpoints.

Confluence v2 Attachment endpoints.
raw docstring

delete-attachmentclj

(delete-attachment client id)
(delete-attachment client id opts)

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

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

get-attachment-by-idclj

(get-attachment-by-id client id)
(get-attachment-by-id client id opts)

Get attachment by id. GET /wiki/api/v2/attachments/{id} Path params: id (string) — the ID of the attachment. Query opts: version, include-labels, include-properties, include-operations, include-versions, include-version, include-collaborators.

Get attachment by id. GET /wiki/api/v2/attachments/{id}
Path params: id (string) — the ID of the attachment.
Query opts: version, include-labels, include-properties, include-operations,
            include-versions, include-version, include-collaborators.
sourceraw docstring

get-attachment-thumbnail-by-idclj

(get-attachment-thumbnail-by-id client id)
(get-attachment-thumbnail-by-id client id opts)

Download attachment thumbnail by id. GET /wiki/api/v2/attachments/{id}/thumbnail/download Path params: id (string) — the ID of the attachment. Query opts: version, height, width.

Download attachment thumbnail by id. GET /wiki/api/v2/attachments/{id}/thumbnail/download
Path params: id (string) — the ID of the attachment.
Query opts: version, height, width.
sourceraw docstring

get-attachmentsclj

(get-attachments client)
(get-attachments client opts)

Get attachments. GET /wiki/api/v2/attachments Query opts: sort, cursor, status, mediaType, filename, limit.

Get attachments. GET /wiki/api/v2/attachments
Query opts: sort, cursor, status, mediaType, filename, limit.
sourceraw docstring

get-blogpost-attachmentsclj

(get-blogpost-attachments client id)
(get-blogpost-attachments client id opts)

Get attachments for blog post. GET /wiki/api/v2/blogposts/{id}/attachments Path params: id (integer) — the ID of the blog post. Query opts: sort, cursor, status, mediaType, filename, limit.

Get attachments for blog post. GET /wiki/api/v2/blogposts/{id}/attachments
Path params: id (integer) — the ID of the blog post.
Query opts: sort, cursor, status, mediaType, filename, limit.
sourceraw docstring

get-custom-content-attachmentsclj

(get-custom-content-attachments client id)
(get-custom-content-attachments client id opts)

Get attachments for custom content. GET /wiki/api/v2/custom-content/{id}/attachments Path params: id (integer) — the ID of the custom content. Query opts: sort, cursor, status, mediaType, filename, limit.

Get attachments for custom content. GET /wiki/api/v2/custom-content/{id}/attachments
Path params: id (integer) — the ID of the custom content.
Query opts: sort, cursor, status, mediaType, filename, limit.
sourceraw docstring

get-label-attachmentsclj

(get-label-attachments client id)
(get-label-attachments client id opts)

Get attachments for label. GET /wiki/api/v2/labels/{id}/attachments Path params: id (integer) — the ID of the label. Query opts: sort, cursor, limit.

Get attachments for label. GET /wiki/api/v2/labels/{id}/attachments
Path params: id (integer) — the ID of the label.
Query opts: sort, cursor, limit.
sourceraw docstring

get-page-attachmentsclj

(get-page-attachments client id)
(get-page-attachments client id opts)

Get attachments for page. GET /wiki/api/v2/pages/{id}/attachments Path params: id (integer) — the ID of the page. Query opts: sort, cursor, status, mediaType, filename, limit.

Get attachments for page. GET /wiki/api/v2/pages/{id}/attachments
Path params: id (integer) — the ID of the page.
Query opts: sort, cursor, status, mediaType, filename, limit.
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