Sources
Path parameters
external_idstringRequired
Source external ID
Body
Update request that can contain either 'source' (general source update) or 'source_config' (configuration update). Only one of them should be provided.
or
Responses
200
Updated
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not found
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
put/api/sources/{external_id}
Path parameters
external_idstringRequired
Source external ID
Body
Update request that can contain either 'source' (general source update) or 'source_config' (configuration update). Only one of them should be provided.
or
Responses
200
Updated
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not found
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
patch/api/sources/{external_id}
Last updated