Liking cljdoc? Tell your friends :D

cral.api.core.tags


create-node-tagclj

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

Creates a tag on the node node-id.
More info here.

Creates a tag on the node `node-id`.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/tags/createTagForNode).
sourceraw docstring

create-tagclj

(create-tag ticket body)
(create-tag ticket body query-params & [opts])

Creates a new tag. You must have admin rights to create a tag with this endpoint.
More info here.

Creates a new tag.
You must have admin rights to create a tag with this endpoint.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/tags).
sourceraw docstring

delete-node-tagclj

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

Deletes tag tag-id from node node-id.
More info here.

Deletes tag *tag-id* from node `node-id`.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/tags/deleteTagFromNode).
sourceraw docstring

delete-tagclj

(delete-tag ticket tag-id)

Deletes the tag with tag-id. This will cause the tag to be removed from all nodes. You must have admin rights to delete a tag.
More info here.

Deletes the tag with `tag-id`. This will cause the tag to be removed from all nodes.
You must have admin rights to delete a tag.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/tags).
sourceraw docstring

get-tagclj

(get-tag ticket tag-id)
(get-tag ticket tag-id query-params & [opts])

Get a specific tag with tag-id.
More info here.

Get a specific tag with `tag-id`.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/tags/getTag).
sourceraw docstring

list-node-tagsclj

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

Gets a list of tags for node node-id.
More info here.

Gets a list of tags for node `node-id`.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/tags/listTagsForNode).
sourceraw docstring

list-tagsclj

(list-tags ticket)
(list-tags ticket query-params & [opts])

Gets a list of tags in this repository.You can use the include parameter in query-params to return additional values information.
More info here.

Gets a list of tags in this repository.You can use the *include* parameter in `query-params` to return additional *values* information.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/tags/listTags).
sourceraw docstring

update-tagclj

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

Updates the tag tag-id.
More info here.

Updates the tag `tag-id`.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/tags/updateTag).
sourceraw docstring

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

× close