From 5ef587184dc68372121d2565532b96c76fa835e9 Mon Sep 17 00:00:00 2001 From: a Date: Tue, 23 Jan 2024 04:02:10 -0600 Subject: [PATCH] Fix typo in Admin::Cohort entity (#1392) Fix type in Admin::Cohort entity --- content/en/entities/Admin_Cohort.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/entities/Admin_Cohort.md b/content/en/entities/Admin_Cohort.md index 739f4e32..0e8af76e 100644 --- a/content/en/entities/Admin_Cohort.md +++ b/content/en/entities/Admin_Cohort.md @@ -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" >}} \ No newline at end of file +{{< 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" >}}