mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-10 17:25:26 +00:00
Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex
This commit is contained in:
parent
7803a85d2c
commit
648cc0d72d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ defmodule Pleroma.Web.ApiSpec.StatusOperation do
|
||||||
:ids,
|
:ids,
|
||||||
:query,
|
:query,
|
||||||
%Schema{type: :array, items: FlakeID},
|
%Schema{type: :array, items: FlakeID},
|
||||||
"Array of account IDs"
|
"Array of status IDs"
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
operationId: "StatusController.index",
|
operationId: "StatusController.index",
|
||||||
|
|
Loading…
Reference in a new issue