Apply suggestion to lib/pleroma/web/api_spec/operations/search_operation.ex

This commit is contained in:
lain 2020-05-07 10:48:09 +00:00
parent dc4a448f48
commit 3f867d8e9b
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ def account_search_operation do
:following, :following,
:query, :query,
%Schema{allOf: [BooleanLike], default: false}, %Schema{allOf: [BooleanLike], default: false},
"Only who the user is following." "Only include accounts that the user is following"
) )
], ],
responses: %{ responses: %{