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[]
name
string
required
values
object[]
required
sub_mapping_name
string
required
description
string
display_order
integer
default:0
challenge_question
string
sub_mapping_description
string

Response

204
_mintlify/placeholder

Successful Response