Skip to content

Commit 086bbca

Browse files
authored
Add default value for filters v2 expires_in attribute (#1823)
1 parent bd21167 commit 086bbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/methods/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ filter_action
201201
: String. The policy to be applied when the filter is matched. Specify `warn`, `hide` or `blur`.
202202

203203
expires_in
204-
: Integer. How many seconds from now should the filter expire?
204+
: Integer. How many seconds from now should the filter expire? Defaults to never expire.
205205

206206
keywords_attributes[][keyword]
207207
: String. A keyword to be added to the newly-created filter group.

0 commit comments

Comments
 (0)