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