Required capabilities:
dataProductsAcl:UPDATE
Update the attributes of a data product version. Fields that aren't included in the request aren't changed.
required | Array of objects (DataProductVersionChange) = 1 items List of data product versions (of this data product) to update. |
The updated data product version (as a single-item list).
The response for a bad request.
The response for a failed request.
{- "items": [
- {
- "version": "string",
- "update": {
- "status": {
- "set": "draft"
}, - "description": {
- "set": "string"
}, - "terms": {
- "modify": {
- "usage": {
- "set": "string"
}, - "limitations": {
- "set": "string"
}
}
}, - "views": {
- "add": [
- {
- "space": "string",
- "externalId": "string",
- "version": "string"
}
]
}
}
}
]
}{- "items": [
- {
- "version": "string",
- "views": [
- {
- "space": "string",
- "externalId": "string",
- "version": "string"
}
], - "status": "draft",
- "description": "string",
- "terms": {
- "usage": "string",
- "limitations": "string"
}, - "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}