v2

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-26192307950.1 KB
tags

Update 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.

put/api/v1/tags/{tag_id}

Path parameters

tag_idstring uuid required

Request body

namestring nullable
color'grey' | 'purple' | 'red' | 'green' | 'yellow' | 'orange' | 'lime' | 'teal' | 'turquoise' | 'magenta' | 'blue'

All possible color variants for frontend.

Response

Successful Response

metadataBaseResponseMetadata

Base metadata model.

Used as a base class for all metadata models associated with responses.

resourcesTagResponseResources

Class for all resource models associated with the tag entity.

idstring uuid required
permission_deniedboolean
namestring required

The unique title of the tag.