forked from AkkomaGang/akkoma
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 @@ def index_operation 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