Commit 6a38a837 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'patch-233' into 'master'

Post-merge TW review CSRF token in UsageData API doc

See merge request gitlab-org/gitlab!42071
parents 92f55ea5 e057cd70
...@@ -318,7 +318,7 @@ Implemented using Redis methods [PFADD](https://redis.io/commands/pfadd) and [PF ...@@ -318,7 +318,7 @@ Implemented using Redis methods [PFADD](https://redis.io/commands/pfadd) and [PF
Tracking events using the `UsageData` API requires the `usage_data_api` feature flag to be enabled, which is disabled by default. Tracking events using the `UsageData` API requires the `usage_data_api` feature flag to be enabled, which is disabled by default.
API requests are protected by checking of a valid CSRF token. API requests are protected by checking for a valid CSRF token.
In order to be able to increment the values the related feature `usage_data<event_name>` should be enabled. In order to be able to increment the values the related feature `usage_data<event_name>` should be enabled.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment