Create a data product version

Required capabilities: dataProductsAcl:UPDATE

Creates a new data product version that references a collection of data modeling views. Once created, view references cannot be removed or modified, but view references can be added, and other properties can be updated. A data product can have up to 10 versions. The request body must contain an items array with exactly one data product version definition.

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 (DataProductVersionCreate) = 1 items

Array of data product versions to create.

Responses
201

The created 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
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}