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

Path Parameters

ParameterTypeDescription
component_idstringThe component ID

Request Body

FieldTypeRequiredDescription
configdictYesThe configuration data
versionintNoVersion number (auto-incremented if omitted)
labelstringNoVersion label (e.g., v1.0, beta)
stagestringNoVersion stage (default: draft)
notesstringNoVersion notes
linkslistNoLinks to child components
set_currentboolNoSet this version as current

Response 201

Returns a ComponentConfigResponse with the created config version.