Skip to main content
PUT
Update a tag

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tag_id
string
required

The ID of the tag

Body

application/json

Tag update parameters. At least one of label or value is required.

label
string

The label of the tag

value
string

The value of the tag

Response

200 - application/json

Tag updated successfully

id
string<uuid>
required

The ID of the tag

label
string
required

The label of the tag

value
string
required

The value of the tag

type
enum<string>
required

The type of the tag

Available options:
file,
segment
file_id
string<uuid>
required

The ID of the file

segment_id
string<uuid>

The ID of the segment