Update a Source

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

This endpoint can be used to update the configuration of a Source.

Example: If the Source's configuration JSON contains:

{
  "start_date": "2020-01-01",
  "customer_id": "123456789"
}

You can update with a configuration of:

{
  "customer_id": "abcdefghi"
}

In this scenario, only the customer_id will be updated. start_date will remain the same within the configuration.

The other properties in the request body are optional. Any properties not specified in the request body will not be modified from their original values.

If you would like to remove any properties from your Source's configuration, this should be done with the PUT operation.

Path Params
string
required
Body Params
string
uuid
configuration

The values required to configure the source.

string

Optional secretID obtained through the OAuth redirect flow.

Responses

403

Not allowed

404

Not found

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json