• Partially updates an existing data product using JSON Patch operations. Use this endpoint to modify properties such as name, description, datasets, tags, or key contacts. Changes are tracked in the data product changelog.

    Parameters

    • dataProductId: string

      Unique identifier of the data product. Must be a valid GUID assigned when the data product was created.

    • body: PatchDataProductRequest

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<PatchDataProductHttpResponse>

    PatchDataProductHttpError