v2

latestOpenAPI 3.0.42026-08-088161,1253.1 MB
Assets

Updates an asset with provided content and metadata.

Updates an asset with provided content and metadata, including the description, display name, icon, social links, and previews. Currently can only update the content body for Models. Icons and Previews must be Image assets. Icons must have square dimensions.

Provide the Asset, binary asset file path, and content type in the form data.

patch/assets/v1/assets/{assetId}

Path parameters

assetIdstring required

The unique identifier of the asset.

Query parameters

updateMaskstring

Asset metadata fields to update, including the description, display name, icon, and previews. Examples: description%2CdisplayName, previews%2CtwitchSocialLink.

Response

Returns the Operation ID for checking the update status / Returns the updated metadata fields.

pathstring

The server-assigned resource path. The default format is operations/{operation_id}.

doneboolean

If false, the operation is still in progress. If true, the operation is completed.