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

index 6b0576e3c47a903d75118eeddf95e5be25a7f302..0aacf0f3e6332fe7d55c06d652873a1d5b0b0059 100644 (file)
@@ -379,7 +379,7 @@ defmodule Pleroma.Web.ApiSpec.StatusOperation do
           type: :array,
           items: %Schema{type: :string},
           description:
-            "Array of Attachment ids to be attached as media. If provided, `status` becomes optional, and `poll` cannot be used."
+            "Array of Attachment ids to be attached as media."
         },
         poll: %Schema{
           type: :object,