Update Connection

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired

Headers

X-Polytomic-VersionstringOptional

Request

This endpoint expects an object.
configurationmap from strings to anyRequired
namestringRequired
healthcheck_intervalstringOptional
Override interval for connection health checking.
organization_idstringOptionalformat: "uuid"
policieslist of stringsOptional
reconnectbooleanOptional
typestringOptional
validatebooleanOptionalDefaults to true
Validate connection configuration.

Response

OK
dataobject

Errors

400
Connections Update Request Bad Request Error
401
Connections Update Request Unauthorized Error
403
Connections Update Request Forbidden Error
404
Connections Update Request Not Found Error
422
Connections Update Request Unprocessable Entity Error
500
Connections Update Request Internal Server Error