Skip to main content
PATCH
/
api
/
core
/
data_sync
/
{use_case_id}
/
config
/
{sync_id}
Patch sync setting
curl --request PATCH \
  --url https://api.example.com/api/core/data_sync/{use_case_id}/config/{sync_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "fields": {}
}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Path Parameters

sync_id
string
required
use_case_id
string
required

Body

application/json
fields
Fields · object
required

Response

Successful Response