diff options
Diffstat (limited to 'internal/api/client/accounts')
-rw-r--r-- | internal/api/client/accounts/relationships.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/api/client/accounts/relationships.go b/internal/api/client/accounts/relationships.go index dfe8c1721..30d7dd666 100644 --- a/internal/api/client/accounts/relationships.go +++ b/internal/api/client/accounts/relationships.go @@ -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: |