diff options
author | minibikini <egor@kislitsyn.com> | 2020-05-12 21:23:21 +0000 |
---|---|---|
committer | minibikini <egor@kislitsyn.com> | 2020-05-12 21:23:21 +0000 |
commit | 822e9c09aaddcfc0e3dcbd2f2312e1e94a0e275d (patch) | |
tree | 6a5cedd3363d6132821a13fbd0913e24042e2c73 | |
parent | 40646a7e0ed7e007e9a5f4278c44b0709a1c1754 (diff) | |
download | pleroma-822e9c09aaddcfc0e3dcbd2f2312e1e94a0e275d.tar.gz pleroma-822e9c09aaddcfc0e3dcbd2f2312e1e94a0e275d.zip |
Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex
-rw-r--r-- | lib/pleroma/web/api_spec/operations/status_operation.ex | 2 |
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 6b0576e3c..0aacf0f3e 100644 --- a/lib/pleroma/web/api_spec/operations/status_operation.ex +++ b/lib/pleroma/web/api_spec/operations/status_operation.ex @@ -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, |