Skip to main content
POST
Create a data product version

Authorizations

Authorization
string
header
required

Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.

Path Parameters

externalId
string
required

Data product external identifier

Required string length: 1 - 100
Pattern: ^[a-z]([a-z0-9_-]{0,98}[a-z0-9])?$

Body

application/json
items
object[]
required

Array of data product versions to create.

Required array length: 1 element

Response

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

items
object[]
required
Last modified on September 24, 2026