From efbc8151db611a051deaf9aa068814331eb6ba89 Mon Sep 17 00:00:00 2001 From: Vyr Cossont Date: Fri, 15 Mar 2024 03:31:58 -0700 Subject: [chore] Swagger: correct names and formats for several array params (#2758) No code changes. --- internal/api/client/accounts/relationships.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/api/client/accounts/relationships.go') 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: -- cgit v1.2.3