Skip to main content
PUT
SetDefinition

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 whose definition to replace.

Body

application/json
definition
DataproductDefinition · object

The new membership definition (replaces the existing one entirely).

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 definition write.