forked from AkkomaGang/akkoma
Apply suggestion to lib/pleroma/web/api_spec/operations/search_operation.ex
This commit is contained in:
parent
dc4a448f48
commit
3f867d8e9b
1 changed files with 1 additions and 1 deletions
|
@ -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: %{
|
||||||
|
|
Loading…
Reference in a new issue