Update data product version

Required capabilities: dataProductsAcl:UPDATE

Update the attributes of a data product version. 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
path Parameters
externalId
required
string (DataProductExternalId) [ 1 .. 100 ] characters ^[a-z]([a-z0-9_-]{0,98}[a-z0-9])?$

Data product external identifier

Request Body schema: application/json
required
required
Array of objects (DataProductVersionChange) = 1 items

List of data product versions (of this data product) to update.

Responses
200

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

400

The response for a bad request.

404

The response for a failed request.

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