Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Unique identifier

Example:

"RiHO4e0Ju3DS"

Query Parameters

properties
enum<string>[]

Select the asset properties that should be returned

Available options:
name,
description,
updatedAt,
createdAt,
views,
shares,
assetType,
assetUrl,
isInternal,
transcript,
tags.title,
tags.createdAt,
tags.updatedAt

Body

application/json

Asset properties to update

name
string

Name of the asset

Minimum string length: 1
Example:

"Logo"

description
string

Description of the asset

Example:

"Logo of the asset"

tagIds
string[]

IDs of the tags to associate with the asset. Supplying this array replaces the asset's entire tag list — include every tag the asset should keep, as existing tags omitted from the array are removed.

Id of the object

Example:
isInternal
boolean

Whether the asset is restricted to internal use

Example:

true

Response

Asset updated

data
object