PATCH
/
consumers
/
{consumerid}
/
syncs
/
{syncid}
curl --request PATCH \
  --url https://api.chift.eu/consumers/{consumerid}/syncs/{syncid} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "name": "<string>",
    "description": "<string>",
    "display_order": 0,
    "challenge_question": "<string>",
    "values": [
      {
        "source_id": "<string>",
        "target_id": "<string>"
      }
    ],
    "sub_mapping_name": "<string>",
    "sub_mapping_description": "<string>"
  }
]'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Path Parameters

syncid
string
required
consumerid
string
required

Body

application/json · object[]

The body is of type object[].

Response

204

Successful Response