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<uuid>
required

Id of the product.

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.