curl --location --request PATCH 'https://sux.chatsight.ai/api/properties/settings' \
--header 'Authorization: Bearer <API_KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "patches":[
        {
            "key":"@property/name",
            "value":"Pizza HQ",
            "target":"D#123872839284090200"
        },
        {
            "key":"@property/discord/feature.verify",
            "value":true,
            "target":"D#123872839284090200"
        }
    ]
}'

Request Body

KeyTypeValuesDescription
patchesArrayObjectsAn Array of Objects.
patches[n].keyStringAnyThe name of the key to update.
patches[n].valueString, Boolean, NumberAnyThe value of the referenced key to update.
patches[n].targetString<property_id>The property ID to target the update.