Required capabilities:
dataProductsAcl:UPDATE
Creates a new data product version that references a collection of data modeling views. Once created, view references cannot be removed or modified, but view references can be added, and other properties can be updated.
A data product can have up to 10 versions.
The request body must contain an items array with exactly one data product version definition.
required | Array of objects (DataProductVersionCreate) = 1 items Array of data product versions to create. |
The created data product version (as a single-item list).
The response for a bad request.
The response for a failed request.
{- "items": [
- {
- "version": "1.2.34",
- "views": [
- {
- "space": "string",
- "externalId": "string",
- "version": "string"
}
], - "status": "draft",
- "description": "string",
- "terms": {
- "usage": "string",
- "limitations": "string"
}
}
]
}{- "items": [
- {
- "version": "string",
- "views": [
- {
- "space": "string",
- "externalId": "string",
- "version": "string"
}
], - "status": "draft",
- "description": "string",
- "terms": {
- "usage": "string",
- "limitations": "string"
}, - "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}