Skip to main content
POST
UpsertOwnership

Authorizations

Authorization
string
header
required

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

Path Parameters

owner_id
string<uuid>
required

Id of the owner this ownership belongs to.

Body

application/json
selection
dataproduct_id · object
required

Which assets this ownership covers.

id
string<uuid>

Opaque id of the ownership (a UUID). The same id updates the same ownership; a new id creates a new one.

alert
AlertConfig · object

How alerts fire for the covered assets. Optional.

etag
string | null

Optional optimistic-concurrency guard.

actor
Actor · object

Who is performing this write. Optional.

Response

200 - application/json

Success

ownership
Ownership · object

The stored ownership after the upsert.