mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 16:42:25 -05:00
[chore] Swagger: correct names and formats for several array params (#2758)
No code changes.
This commit is contained in:
parent
9b94b1faa2
commit
efbc8151db
4 changed files with 15 additions and 9 deletions
|
|
@ -41,12 +41,13 @@ import (
|
|||
//
|
||||
// parameters:
|
||||
// -
|
||||
// name: id
|
||||
// name: id[]
|
||||
// type: array
|
||||
// items:
|
||||
// type: string
|
||||
// description: Account IDs.
|
||||
// in: query
|
||||
// collectionFormat: multi
|
||||
// required: true
|
||||
//
|
||||
// security:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue