PATCH
/
consumers
/
{consumerid}
/
connections
/
{connectionid}
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>"
    }
  ]
}'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

This access token needs to be included in each of your request to the Chift API.

Path Parameters

consumerid
string
required
connectionid
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.