Manage input ports, output ports, and assets for a data product
PUT /v1/dataProducts/{id}/assets/add to add assets to a data product.
PUT /v1/dataProducts/{id}/assets/remove to remove assets from a data product.
| Code | Error Type | Description |
|---|---|---|
400 | BAD_REQUEST | Invalid request body or asset references |
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to modify this data product |
404 | NOT_FOUND | Data product or referenced asset does not exist |