[chore] Swagger: correct names and formats for several array params (#2758)

No code changes.
This commit is contained in:
Vyr Cossont 2024-03-15 03:31:58 -07:00 committed by GitHub
commit efbc8151db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 15 additions and 9 deletions

View file

@ -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: