forked from AkkomaGang/akkoma
Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex
This commit is contained in:
parent
5a2333925c
commit
cb1a3e196c
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ defp create_request 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{
|
||||
|
|
Loading…
Reference in a new issue