Authorizations
Supply the API Key in the HTTP-Header
The access token received from the authorization server in the OAuth 2.0 flow.
Supply the API Key in the Url-Query
Headers
The default media type is application/hal+json. Use application/json for pure data results.
Available options: 
application/json, application/hal+json, application/xml, text/xml, text/csv Path Parameters
The Id of the Connection
Required string length: 
24Body
application/json
The fields of the Connection. Key-Value pairs. The key should match the connection schema of the specific connection type.
Example:
{
  "some-key-from-connection-schema": "x123sdfu12312"
}Response
Successfully updated Flow