Liking cljdoc? Tell your friends :D

cral.alfresco.core.comments


create-commentclj

(create-comment ticket node-id body)
(create-comment ticket node-id body query-params & [opts])

Create a comment.

Create a comment.
sourceraw docstring

delete-commentclj

(delete-comment ticket node-id comment-id & [opts])

Delete a comment.

Delete a comment.
sourceraw docstring

list-commentsclj

(list-comments ticket node-id)
(list-comments ticket node-id query-params & [opts])

List comments.

List comments.
sourceraw docstring

update-commentclj

(update-comment ticket node-id comment-id body)
(update-comment ticket node-id comment-id body query-params & [opts])

Update a comment.

Update a comment.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close