default-brand required here (the /{brand} form takes it from the path), default-server defaults to default. A server other than default / * must exist in /phones/servers (404). 409 if the row exists unless overwrite=yes. Published on ndp_config_events; synchronous=yes re-reads until applied.Super User.Authorization: Bearer ********************202 when synchronous=yes.curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/brand-defaults?overwrite=undefined&synchronous=undefined&synchronous-timeout=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"default-server": "string",
"default-name": "string",
"default-value": "string",
"default-description": "string"
}'[
{
"default-name": "string",
"default-brand": "string",
"default-server": "string",
"default-applied": "yes"
}
]