From f3bc8f569972233b4636b37903faade36c042da8 Mon Sep 17 00:00:00 2001 From: Justin Mazzocchi <2831158+jzzocc@users.noreply.github.com> Date: Sat, 29 Aug 2020 20:40:46 -0400 Subject: [PATCH] Fix filter expiry parameter type documentation (#806) --- content/en/methods/accounts/filters.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/methods/accounts/filters.md b/content/en/methods/accounts/filters.md index a5b51910..65f6369b 100644 --- a/content/en/methods/accounts/filters.md +++ b/content/en/methods/accounts/filters.md @@ -184,8 +184,8 @@ Should the server irreversibly drop matching entities from home and notification {{< api-method-parameter name="whole_word" type="boolean" required=false >}} Consider word boundaries? {{< endapi-method-parameter >}} -{{< api-method-parameter name="expires_in" type="string" required=false >}} -ISO 8601 Datetime for when the filter expires. Otherwise, null for a filter that doesn't expire. +{{< api-method-parameter name="expires_in" type="integer" required=false >}} +Number of seconds from now the filter should expire. Otherwise, null for a filter that doesn't expire. {{< endapi-method-parameter >}} {{< endapi-method-form-data-parameters >}} {{< endapi-method-request >}} @@ -289,8 +289,8 @@ Should the server irreversibly drop matching entities from home and notification {{< api-method-parameter name="whole_word" type="boolean" required=false >}} Consider word boundaries? {{< endapi-method-parameter >}} -{{< api-method-parameter name="expires_in" type="string" required=false >}} -ISO 8601 Datetime for when the filter expires. Otherwise, null for a filter that doesn't expire. +{{< api-method-parameter name="expires_in" type="integer" required=false >}} +Number of seconds from now the filter should expire. Otherwise, null for a filter that doesn't expire. {{< endapi-method-parameter >}} {{< endapi-method-form-data-parameters >}} {{< endapi-method-request >}}