Track version history of data contract changes
GET /v1/dataContracts/{id}/versions/{version} to retrieve a specific version.
major.minor format (e.g., 0.1, 0.2, 1.0).| Change Type | Version Impact | Example |
|---|---|---|
| Minor field updates (description, display name) | Minor bump (0.1 → 0.2) | Update description |
| Major structural changes (status, schema, entity) | Major bump (0.2 → 1.0) | Change status to Active |
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission |
404 | NOT_FOUND | Data contract or version not found |