Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex
authorminibikini <egor@kislitsyn.com>
Tue, 12 May 2020 21:23:36 +0000 (21:23 +0000)
committerminibikini <egor@kislitsyn.com>
Tue, 12 May 2020 21:23:36 +0000 (21:23 +0000)
lib/pleroma/web/api_spec/operations/status_operation.ex

index 0aacf0f3e6332fe7d55c06d652873a1d5b0b0059..3b8cd40aa5d9f21916c1f971e25b409b5fa157d0 100644 (file)
@@ -389,7 +389,7 @@ defmodule Pleroma.Web.ApiSpec.StatusOperation do
               type: :array,
               items: %Schema{type: :string},
               description:
-                "Array of possible answers. If provided, `media_ids` cannot be used, and `poll[expires_in]` must be provided."
+                "Array of possible answers. Must be provided with `poll[expires_in]`."
             },
             expires_in: %Schema{
               type: :integer,