post
Overview
This endpoint is used for updating information about a dataset's tables.
HTTP Request
PATCH /api/v1/workflows/:workflowReference/dataSources
Path parameters
workflowReference
A qualified reference to the workflow. See referencing resources for more information.
Request body
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.
Authorization
Edit access to the corresponding workflow is required. Your access token must have the following scope:
workflow.write
Learn more about authorization.
Response body
Returns the JSON-encoded "get" representation of a dataSource resource.
Last updated
Was this helpful?