Authorization: Bearer ********************
{
"config-name": "PORTAL_INVENTORY_PHONENUMBERS_IMPORT",
"config-value": "no",
"domain": "portal",
"user": "*",
"user-scope": "Office Manager",
"core-server": "*",
"reseller": "*",
"admin-ui-account-type": "*",
"description": "Allow inventory phonenumbers to be imported"
}
curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/configurations' \
--header 'Content-Type: application/json' \
--data-raw '{
"config-name": "PORTAL_INVENTORY_PHONENUMBERS_IMPORT",
"config-value": "no",
"domain": "portal",
"user": "*",
"user-scope": "Office Manager",
"core-server": "*",
"reseller": "*",
"admin-ui-account-type": "*",
"description": "Allow inventory phonenumbers to be imported"
}'
{
"code": 202,
"message": "Accepted"
}