Skip to content

Commit 43ce43f

Browse files
authored
fix: update getAccount response type from array to single account object (#568)
1 parent df38897 commit 43ce43f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go/plumbing/operations/get_account_responses.go

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swagger.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2054,9 +2054,7 @@ paths:
20542054
'200':
20552055
description: OK
20562056
schema:
2057-
type: array
2058-
items:
2059-
$ref: '#/definitions/accountMembership'
2057+
$ref: '#/definitions/accountMembership'
20602058
default:
20612059
$ref: '#/responses/error'
20622060
put:

0 commit comments

Comments
 (0)