Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex

This commit is contained in:
minibikini 2020-05-12 21:23:21 +00:00
parent 40646a7e0e
commit 822e9c09aa
1 changed files with 1 additions and 1 deletions

View 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,