Update a data product

Required capabilities: dataProductsAcl:UPDATE

Update the attributes of a data product. Fields that aren't included in the request aren't changed.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required
required
Array of objects (DataProductChange) = 1 items

List of data products to update.

Responses
200

The updated data product (as a single-item list).

400

The response for a bad request.

404

The response for a failed request.

post/dataproducts/update
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}