forked from AkkomaGang/akkoma
Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex
This commit is contained in:
parent
40646a7e0e
commit
822e9c09aa
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ defp create_request do
|
||||||
type: :array,
|
type: :array,
|
||||||
items: %Schema{type: :string},
|
items: %Schema{type: :string},
|
||||||
description:
|
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{
|
poll: %Schema{
|
||||||
type: :object,
|
type: :object,
|
||||||
|
|
Loading…
Reference in a new issue