Enums

struct for typed errors of method create_tag
struct for typed errors of method create_tag_for_workspace
struct for typed errors of method delete_tag
struct for typed errors of method get_tag
struct for typed errors of method get_tags
struct for typed errors of method get_tags_for_task
struct for typed errors of method get_tags_for_workspace
struct for typed errors of method update_tag

Functions

Creates a new tag in a workspace or organization. Every tag is required to be created in a specific workspace or organization, and this cannot be changed once set. Note that you can use the workspace parameter regardless of whether or not it is an organization. Returns the full record of the newly created tag.
Creates a new tag in a workspace or organization. Every tag is required to be created in a specific workspace or organization, and this cannot be changed once set. Note that you can use the workspace parameter regardless of whether or not it is an organization. Returns the full record of the newly created tag.
A specific, existing tag can be deleted by making a DELETE request on the URL for that tag. Returns an empty data record.
Returns the complete tag record for a single tag.
Returns the compact tag records for some filtered set of tags. Use one or more of the parameters provided to filter the tags returned.
Get a compact representation of all of the tags the task has.
Returns the compact tag records for some filtered set of tags. Use one or more of the parameters provided to filter the tags returned.
Updates the properties of a tag. Only the fields provided in the data block will be updated; any unspecified fields will remain unchanged. When using this method, it is best to specify only those fields you wish to change, or else you may overwrite changes made by another user since you last retrieved the tag. Returns the complete updated tag record.