Configuration Changes
Alle Operationen rund um Configuration Changes.
Datenmodell
Die Endpoints dieses Moduls arbeiten auf folgender Entität. Die Schema-Referenz listet jedes Feld mit Typ, Validierung und Beziehungen:
| Entität | Schema-ID | Felder | Sequenz | Permissions |
|---|---|---|---|---|
| Configuration Change | configuration_change |
13 | — | configuration_change_* |
Endpoints
| Methode | Pfad | Operation | Beschreibung |
|---|---|---|---|
POST |
/v1/configuration_changes |
Create configuration_change | Create a new configuration_change in the active tenant. |
DELETE |
/v1/configuration_changes/{id} |
Delete configuration_change | Soft delete entity. |
GET |
/v1/configuration_changes/{id} |
Get configuration_change by id | Fetch a single configuration_change. |
GET |
/v1/configuration_changes/{id}/linked |
Get linked entities | CodeMeta OS API endpoint. |
GET |
/v1/configuration_changes/{id}/timeline |
Get timeline | CodeMeta OS API endpoint. |
GET |
/v1/configuration_changes/{id}/transitions |
List transitions | CodeMeta OS API endpoint. |
GET |
/v1/configuration_changes |
List configuration_changes | List configuration_changes for the active tenant. |
PATCH |
/v1/configuration_changes/{id} |
Patch configuration_change | JSON Merge Patch update. |
POST |
/v1/configuration_changes/bulk |
Bulk operation | CodeMeta OS API endpoint. |
POST |
/v1/configuration_changes/{id}/transition |
POST /v1/configuration_changes/{id}/transition | CodeMeta OS API endpoint. |
POST |
/v1/configuration_changes/{id}/transitions/{transitionKey} |
Execute transition | CodeMeta OS API endpoint. |
PUT |
/v1/configuration_changes/{id} |
Replace configuration_change | Full replace with optimistic locking. |