default-server (default default), creating the row if needed. 409 if the option exists unless overwrite=yes; 400 with the reason when NDP could not read the value. Published on ndp_config_events; each NDP server merges the option into its row on receive. synchronous=yes re-reads until applied.Authorization: Bearer ********************202 when synchronous=yes.curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/domains//sites//provisioning-defaults?overwrite=undefined&synchronous=undefined&synchronous-timeout=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"default-server": "string",
"option-name": "string",
"option-value": "string",
"default-description": "string"
}'[
{
"option-name": "string",
"default-server": "string",
"default-applied": "yes"
}
]