cURL
curl --request PATCH \ --url https://api.chift.eu/consumers/{consumerid}/connections/{connectionid} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "redirect": true, "name": "<string>", "credentials": [ { "key": "<string>", "value": "<string>" } ] }'
200
example
{ "url": "<string>"}
Returns the url that can be used by your client to update the connection
This access token needs to be included in each of your request to the Chift API.
Successful Response
The response is of type object.
object