Fix filter expiry parameter type documentation (#806)

This commit is contained in:
Justin Mazzocchi 2020-08-29 20:40:46 -04:00 committed by GitHub
parent da50b5192e
commit f3bc8f5699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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 >}}