Merge branch 'openapi/nullable-request-fields' into 'develop'
[akkoma] / lib / pleroma / web / api_spec / operations / search_operation.ex
index ec1ae5dcf071c42d663f7b3918000b7480c4f232..6ea00a9a86d540c036afb9b5cae54c39bd9ee645 100644 (file)
@@ -44,7 +44,7 @@ defmodule Pleroma.Web.ApiSpec.SearchOperation do
           :following,
           :query,
           %Schema{allOf: [BooleanLike], default: false},
-          "Only who the user is following."
+          "Only include accounts that the user is following"
         )
       ],
       responses: %{