(create- auth tag & {:keys [team-id]})
Creates a new tag. Use :team-id to specify team instead of individual.
Creates a new tag. Use :team-id to specify team instead of individual.
(delete- auth tag-id etag & {:keys [team-id]})
Deletes a tag. Use :team-id to specify team instead of individual.
Deletes a tag. Use :team-id to specify team instead of individual.
(get- auth tag-ids & {:keys [team-id]})
Get a list of tags by using a list of tag ids. Use :team-id to specify team instead of individual.
Get a list of tags by using a list of tag ids. Use :team-id to specify team instead of individual.
(scroll auth & {:keys [team-id scroll-cursor include-deleted size]})
Scrolls a list of the user's tags. Use :team-id to specify team instead of individual.
Scrolls a list of the user's tags. Use :team-id to specify team instead of individual.
(update- auth tag & {:keys [team-id]})
Updates and existing tag, tagId and etag are required. Use :team-id to specify team instead of individual.
Updates and existing tag, tagId and etag are required. Use :team-id to specify team instead of individual.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close