Skip to main content
PUT
Replace tags on asset

Authorizations

Authorization
string
header
required

Path Parameters

id
string<uuid>
required

A UUID string identifying this asset.

organization_id
string<uuid>
required

A UUID string identifying the organization.

workspace_id
string<uuid>
required

A UUID string identifying the workspace.

Body

Base for all the serializers in the assets app

tag_ids
string<uuid>[]
required

Response

Tags replaced.

id
string<uuid>
required
read-only
workspace_id
string<uuid> | null
required
read-only
organization_id
string<uuid>
required
read-only
parent
string<uuid> | null
required
read-only
name
string
required
read-only
color
string | null
required
read-only
order
integer
required
read-only
assets_count
integer
required
read-only
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only