Required capabilities:
dataProductsAcl:UPDATE
Update the attributes of a data product. Fields that aren't included in the request aren't changed.
required | Array of objects (DataProductChange) = 1 items List of data products to update. |
The updated data product (as a single-item list).
The response for a bad request.
The response for a failed request.
{- "items": [
- {
- "externalId": "string",
- "update": {
- "name": {
- "set": "string"
}, - "description": {
- "set": "string"
}, - "isGoverned": {
- "set": true
}, - "tags": {
- "set": [
- "string"
]
}
}
}
]
}{- "items": [
- {
- "externalId": "string",
- "name": "string",
- "schemaSpace": "string",
- "description": "string",
- "isGoverned": true,
- "tags": [
- "string"
], - "domains": [
- "string"
], - "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}