From: minibikini Date: Tue, 12 May 2020 21:23:36 +0000 (+0000) Subject: Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=5a2333925c00eb6ba9ce1c33f19389a59f19ed2c;p=akkoma Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex --- diff --git a/lib/pleroma/web/api_spec/operations/status_operation.ex b/lib/pleroma/web/api_spec/operations/status_operation.ex index 0aacf0f3e..3b8cd40aa 100644 --- a/lib/pleroma/web/api_spec/operations/status_operation.ex +++ b/lib/pleroma/web/api_spec/operations/status_operation.ex @@ -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,