Authorization: Bearer ********************
{
"config-name": "PORTAL_NEW_CUSTOM_CONFIG_API_DOG",
"description": "Sample configuration definition from api dog",
"default": "yes",
"data-type": "string",
"code-version": "v44.0",
"config-def-default-basic-user": "no",
"config-def-default-call-center-supervisor": "",
"config-def-default-office-manager": "",
"config-def-default-reseller": "yes",
"config-def-default-super-user": "yes",
"config-def-allow-hostname": "yes",
"config-def-allow-reseller-access": "yes",
"tags": "portal,sample"
}
curl --location --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/config-definitions' \
--header 'Content-Type: application/json' \
--data-raw '{
"config-name": "PORTAL_NEW_CUSTOM_CONFIG_API_DOG",
"description": "Sample configuration definition from api dog",
"default": "yes",
"data-type": "string",
"code-version": "v44.0",
"config-def-default-basic-user": "no",
"config-def-default-call-center-supervisor": "",
"config-def-default-office-manager": "",
"config-def-default-reseller": "yes",
"config-def-default-super-user": "yes",
"config-def-allow-hostname": "yes",
"config-def-allow-reseller-access": "yes",
"tags": "portal,sample"
}'
{}