Tags
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.
falsecreatedLogical Ops to use to combine filters on list methods.
andPossible values: 120All possible color variants for frontend.
All possible resource types for tagging.
Successful Response
Unauthorized
Forbidden
Not Found
Unprocessable Entity
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.
falseThe color variant assigned to the tag.
Successful Response
Unauthorized
Forbidden
Conflict
Unprocessable Entity
Updates a tag.
Args: tag_id: ID of the tag to update. tag_update_model: Tag to use for the update.
Returns: The updated tag.
Update model for tags.
All possible color variants for frontend.
Successful Response
Unauthorized
Forbidden
Not Found
Unprocessable Entity
Last updated
Was this helpful?