diff options
Diffstat (limited to 'lib/pleroma/web/api_spec')
-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 802fbef3e..bed0d1eac 100644 --- a/lib/pleroma/web/api_spec/operations/status_operation.ex +++ b/lib/pleroma/web/api_spec/operations/status_operation.ex @@ -453,7 +453,7 @@ defmodule Pleroma.Web.ApiSpec.StatusOperation do nullable: true, type: :array, items: %Schema{type: :string}, - description: "Array of Attachment ids to be attached as media." + description: "Array of Attachment ids or URLs to be attached as media." }, poll: poll_params(), in_reply_to_id: %Schema{ |