Create a new config version for a component.
| Parameter | Type | Description |
|---|---|---|
component_id | string | The component ID |
| Field | Type | Required | Description |
|---|---|---|---|
config | dict | Yes | The configuration data |
version | int | No | Version number (auto-incremented if omitted) |
label | string | No | Version label (e.g., v1.0, beta) |
stage | string | No | Version stage (default: draft) |
notes | string | No | Version notes |
links | list | No | Links to child components |
set_current | bool | No | Set this version as current |
201ComponentConfigResponse with the created config version.