Fix typo in Admin::Cohort entity (#1392)

Fix type in Admin::Cohort entity
This commit is contained in:
a 2024-01-23 04:02:10 -06:00 committed by GitHub
parent c145e063fa
commit 5ef587184d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ Daily retention data for the week between 2022-09-08 and 2022-09-14, given that
## CohortData entity attributes {#CohortData}
### `date` {date}
### `date` {#date}
**Description:** The timestamp for the start of the bucket, at midnight.\
**Type:** String (ISO 8601 Datetime)\
@ -132,4 +132,4 @@ Daily retention data for the week between 2022-09-08 and 2022-09-14, given that
{{< page-relref ref="methods/admin/retention" caption="admin/retention API methods" >}}
{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/serializers/rest/admin/cohort_serializer.rb" caption="app/serializers/rest/admin/cohort_serializer.rb" >}}
{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/serializers/rest/admin/cohort_serializer.rb" caption="app/serializers/rest/admin/cohort_serializer.rb" >}}