Skip to main content
PUT
Update Component Asset

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID
componentId
string
required
Component ID
assetId
string
required
Asset ID

Request Body

name
string
Asset name (1-255 characters)
metadata
object
Custom metadata object
tags
string[]
Array of tags (max 20 tags, each 1-100 characters)

Example Request

Response

Returns the updated Component Asset object.

Error Responses

Asset Not Found

Code Examples