Tags
Last updated
Was this helpful?
Last updated
Was this helpful?
Get a tag by name or ID.
Args: tag_name_or_id: The name or ID of the tag to get. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.
Returns: The tag with the given name or ID.
true
Get tags according to query filters.
Args: tag_filter_model: Filter model used for pagination, sorting, filtering hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.
Returns: The tags according to query filters.
false
created
Logical Ops to use to combine filters on list methods.
and
Possible values: 1
20
All possible color variants for frontend.
All possible resource types for tagging.
Create a new tag.
Args: tag: The tag to create.
Returns: The created tag.
Request model for tags.
The unique title of the tag.
The flag signifying whether the tag is an exclusive tag.
false
The color variant assigned to the tag.
Updates a tag.
Args: tag_id: Id or name of the tag. tag_update_model: Tag to use for the update.
Returns: The updated tag.
Update model for tags.
All possible color variants for frontend.