Skip to main content
POST
UpsertDefinitionPart

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Id of the product. Accepts the bare UUID or the dataproduct-<uuid> entity_id form (the prefix is stripped server-side).

Pattern: ^(dataproduct-)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

Body

application/json
part
Part · object

The part to add or replace (matched by its part id).

etag
string | null

Optional optimistic-concurrency guard.

actor
Actor · object

Who is performing this write. Optional — identity is completed from the calling credentials; set it to attribute the change on behalf of a user.

Response

200 - application/json

Success

dataproduct
Dataproduct · object

The stored product after the part write.