mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore] Swagger: correct names and formats for several array params (#2758)
No code changes.
This commit is contained in:
@@ -52,7 +52,7 @@ import (
|
||||
// in: path
|
||||
// required: true
|
||||
// -
|
||||
// name: account_ids
|
||||
// name: account_ids[]
|
||||
// type: array
|
||||
// items:
|
||||
// type: string
|
||||
@@ -61,6 +61,7 @@ import (
|
||||
// Each accountID must correspond to an account
|
||||
// that the requesting account follows.
|
||||
// in: formData
|
||||
// collectionFormat: multi
|
||||
// required: true
|
||||
//
|
||||
// security:
|
||||
|
@@ -52,7 +52,7 @@ import (
|
||||
// in: path
|
||||
// required: true
|
||||
// -
|
||||
// name: account_ids
|
||||
// name: account_ids[]
|
||||
// type: array
|
||||
// items:
|
||||
// type: string
|
||||
@@ -61,6 +61,7 @@ import (
|
||||
// Each accountID must correspond to an account
|
||||
// that the requesting account follows.
|
||||
// in: formData
|
||||
// collectionFormat: multi
|
||||
// required: true
|
||||
//
|
||||
// security:
|
||||
|
Reference in New Issue
Block a user