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.

Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!