For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update Asset

PATCH /api/v2/assets/:asset_id

Path Parameters

Name
Type
Description

asset_id

string

Asset UUID

Headers

Name
Type
Description

Authorization

string

Bearer token

Content-Type

string

application/vnd.api+json

Request Body

Name
Type
Description

name

string

Asset name

alt_text

string

Asset alt. text

// No content

Example

PATCH /api/v2/assets/:asset_id

Path Parameters

Name
Type
Description

asset_id

string

Asset UUID

Headers

Name
Type
Description

Authorization

string

Content-Type

string

application/vnd.api+json

Request

Attributes

Name
Type
Description

name

strings

Asset name

alt_text

strings

Asset alt text

Response

Example

Last updated