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

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

View File

@ -389,7 +389,7 @@ defmodule Pleroma.Web.ApiSpec.StatusOperation do
type: :array,
items: %Schema{type: :string},
description:
"Array of possible answers. If provided, `media_ids` cannot be used, and `poll[expires_in]` must be provided."
"Array of possible answers. Must be provided with `poll[expires_in]`."
},
expires_in: %Schema{
type: :integer,