{
"companyId": "string",
"googleRecaptcha": {
"projectId": "string",
"apiKey": "string",
"siteKey": "string",
"minimumScore": 0,
"keyRequiresChallenge": true
},
"actions": [
{
"id": "string",
"enabled": true
}
]
}curl --location --request PUT 'https://platform.shopranos.eu/api/CaptchaConfiguration' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"companyId": "string",
"googleRecaptcha": {
"projectId": "string",
"apiKey": "string",
"siteKey": "string",
"minimumScore": 0,
"keyRequiresChallenge": true
},
"actions": [
{
"id": "string",
"enabled": true
}
]
}'