LiCfDomain.config_config.202 — published, not applied. Pass synchronous=yes to poll until the servers converge and have config-applied reported back.config-server writes there only, with no publish at all. A hostname that is not a known recording server is a 404.409 is returned if the key already exists, unless overwrite=yes is passed. The underlying save is an upsert, so without this guard a POST over an existing key would silently rewrite it and answer 201.Super User scope.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/recordings/config' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"config-name": "string",
"config-value": "string",
"config-geo": "yes",
"config-server": "string",
"overwrite": "no",
"synchronous": "no"
}'{
"code": 0,
"message": "string"
}