Skip to main content

UpdateDataProductProfileRequest

  • Stability: stable

Selects the target data product and supplies the full profile document as JSON text; partial merges are not performed server-side.

  • Qualified id: com.dataspine.controlplane.UpdateDataProductProfileRequest@1
  • Kind: struct

Properties

NameTypeDescription
data_product_idOption<Uuid>Optional data product UUID selector.
data_product_root_namespaceOption<String>Optional data product root namespace selector.
profile_jsonStringComplete profile JSON payload to persist for the selected data product.

Back to Control Plane