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

Path Parameters

ParameterTypeDescription
component_idstringThe component ID
versionintThe version number

Request Body

All fields are optional.
FieldTypeDescription
configdictUpdated configuration data
labelstringUpdated version label
stagestringUpdated stage (draft, published)
notesstringUpdated notes
linkslistUpdated child component links

Response 200

Returns the updated ComponentConfigResponse.