Skip to main content
PATCH
Update Asset

Authorizations

Authorization
string
header
required

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

Path Parameters

brand_id
string<uuid>
required
asset_id
string<uuid>
required

Body

application/json
category
string | null
usage_scope
string | null
description
string | null
Maximum string length: 500

Response

Successful Response

id
string<uuid>
required
brand_id
string<uuid>
required
file_name
string
required
file_type
string
required
category
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
file_size_bytes
integer
default:0
usage_scope
string
default:all
description
string | null
download_url
string | null