v30

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-16601,3773.2 MB
public_sources
public
Sources

Update a Source

patch/sources/{sourceId}

Request body

namestring
workspaceIdstring uuid
secretIdstring

Optional secretID obtained through the OAuth redirect flow.

Example request

{
  "name": "My source",
  "configuration": {
    "start_date": "2022-03-01T00:00:00.000Z"
  }
}

Response

Update a Source

sourceIdstring UUID required
namestring required
sourceTypestring required
definitionIdstring UUID required
workspaceIdstring UUID required
createdAtinteger required

Example response

{
  "sourceId": "18dccc91-0ab1-4f72-9ed7-0b8fc27c5826",
  "name": "Analytics Team Postgres",
  "sourceType": "postgres",
  "workspaceId": "871d9b60-11d1-44cb-8c92-c246d53bf87e",
  "definitionId": "321d9b60-11d1-44cb-8c92-c246d53bf98e"
}