summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorminibikini <egor@kislitsyn.com>2020-05-12 21:23:43 +0000
committerminibikini <egor@kislitsyn.com>2020-05-12 21:23:43 +0000
commitcb1a3e196cc752fef4e73b0bfb4b2d02b71e0535 (patch)
treede088268af3ce3523738be72969c115f39609289 /lib
parent5a2333925c00eb6ba9ce1c33f19389a59f19ed2c (diff)
downloadpleroma-cb1a3e196cc752fef4e73b0bfb4b2d02b71e0535.tar.gz
pleroma-cb1a3e196cc752fef4e73b0bfb4b2d02b71e0535.zip
Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/web/api_spec/operations/status_operation.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/status_operation.ex b/lib/pleroma/web/api_spec/operations/status_operation.ex
index 3b8cd40aa..f150b6edc 100644
--- a/lib/pleroma/web/api_spec/operations/status_operation.ex
+++ b/lib/pleroma/web/api_spec/operations/status_operation.ex
@@ -394,7 +394,7 @@ defmodule Pleroma.Web.ApiSpec.StatusOperation do
expires_in: %Schema{
type: :integer,
description:
- "Duration the poll should be open, in seconds. If provided, `media_ids` cannot be used, and `poll[options]` must be provided."
+ "Duration the poll should be open, in seconds. Must be provided with `poll[options]`"
},
multiple: %Schema{type: :boolean, description: "Allow multiple choices?"},
hide_totals: %Schema{