• Moves a data product from its current space to a different space. Use this endpoint to reorganize data products across workspaces or governance domains. Requires delete permissions in the source space and create permissions in the target space.

    Parameters

    • dataProductId: string

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

    • body: MoveDataProductRequest

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<MoveDataProductHttpResponse>

    MoveDataProductHttpError