Update

Update a source connection. Updateable fields: - name, description - config_fields - cron_schedule - auth_fields (direct auth only)

Path parameters

source_connection_idstringRequiredformat: "uuid"

Headers

x-api-keystringRequired

Request

This endpoint expects an object.
namestring or nullOptional>=4 characters<=42 characters
descriptionstring or nullOptional<=255 characters
configmap from strings to any or nullOptional

Source-specific configuration

scheduleobject or nullOptional
Schedule configuration for syncs.
credentialsmap from strings to any or nullOptional

Update credentials (direct auth only)

Response

Successful Response
idstringformat: "uuid"
namestring
descriptionstring or null
short_namestring
readable_collection_idstring
statusenum

Source connection status enum - represents overall connection state.

created_atstringformat: "date-time"
modified_atstringformat: "date-time"
authobject
Authentication information.
configmap from strings to any or null
scheduleobject or null
Schedule information.
syncobject or null
Sync execution details.
entitiesobject or null
Entity state summary.

Errors