Skip to main content
PATCH
Update a tag

Authorizations

Authorization
string
header
required

API key obtained from your Tella account settings

Path Parameters

id
string
required

Tag ID

Example:

"tag_abc123def456"

Body

application/json

Request body for updating a tag. At least one field is required.

color
string

Tag color as a hex value

Pattern: ^#(?:[0-9a-fA-F]{3,4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$
Example:

"#6366f1"

description
string

New tag description

Maximum string length: 5000
name
string

New tag name

Required string length: 1 - 255
Example:

"API"

Response

OK

The updated tag

tag
object
required

A tag used to categorize videos