Skip to main content
POST
/
components
/
{component_id}
/
configs
/
{version}
/
set-current
Set Current Config
curl --request POST \
  --url https://api.example.com/components/{component_id}/configs/{version}/set-current

Path Parameters

ParameterTypeDescription
component_idstringThe component ID
versionintThe version number to set as current

Response 200

Returns the updated ComponentResponse with the new current_version.