Commit acbfa38f authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'docs-gerardo-master-patch-63945' into 'master'

Correct the command for HisotricalData

See merge request gitlab-org/gitlab!75153
parents 550448b3 37ff356b
...@@ -595,7 +595,7 @@ User.active.count ...@@ -595,7 +595,7 @@ User.active.count
User.billable.count User.billable.count
# The historical max on the instance as of the past year # The historical max on the instance as of the past year
::HistoricalData.max_historical_user_count ::HistoricalData.max_historical_user_count(from: 1.year.ago.beginning_of_day, to: Time.current.end_of_day)
``` ```
Using cURL and jq (up to a max 100, see the [pagination docs](../../api/index.md#pagination)): Using cURL and jq (up to a max 100, see the [pagination docs](../../api/index.md#pagination)):
......
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