update config capi meta
Developing
Request
Body Params application/json
{
"config_id": 1,
"purchase_enabled": false,
"lead_enabled": true
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:8000/api/meta-capi/update-config/' \
--header 'X-Auth-User-Id: 5c3c1840-fb62-11ed-a0c5-0242c0a80103' \
--header 'Content-Type: application/json' \
--data-raw '{
"config_id": 1,
"purchase_enabled": false,
"lead_enabled": true
}'
Responses
application/json Modified at 2025-09-29 02:57:41