post
Was this helpful?
This endpoint is used for updating information about a dataset's tables.
PATCH /api/v1/workflows/:workflowReference/dataSourcesworkflowReference
A qualified reference to the workflow. See referencing resources for more information.
This endpoint extends the general API structure
Provide a JSON object with information about the dataSource.
sourceDataset
string
A qualified reference to the source dataset for this dataSource.
Include version / sample information in the reference to update a dataSource's version or sample status.
Either a sourceDataset or sourceWorkflow must be provided, but not both.
sourceWorkflow
string
A qualified reference to the source workflow for this dataSource.
Either a sourceDataset or sourceWorkflow must be provided, but not both.
Edit access to the corresponding workflow is required. Your access token must have the following scope:
workflow.write
Returns the JSON-encoded "get" representation of a dataSource resource.
Was this helpful?
Was this helpful?

