Skip to main content
PATCH
/
components
/
{component_id}
Update Component
curl --request PATCH \
  --url https://api.example.com/components/{component_id}

Path Parameters

ParameterTypeDescription
component_idstringThe component ID

Request Body

All fields are optional.
FieldTypeDescription
namestringUpdated display name
descriptionstringUpdated description
component_typestringUpdated type
metadatadictUpdated metadata
current_versionintSet the current version number

Response 200

Returns the updated ComponentResponse.