Create a behavioral analytics collection Technical preview
Path parameters
-
The name of the analytics collection to be created or updated.
PUT /_application/analytics/{name}
curl \
-X PUT http://api.example.com/_application/analytics/{name}
Response examples (200)
{
"acknowledged": true,
"name": "string"
}