Skip to content

Commit 314c696

Browse files
authored
feat: add minimal parameter to listAccountsForUser endpoint (#552)
1 parent 5cb5e0e commit 314c696

File tree

2 files changed

+41
-4
lines changed

2 files changed

+41
-4
lines changed

go/plumbing/operations/list_accounts_for_user_parameters.go

+36-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swagger.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1983,6 +1983,11 @@ paths:
19831983
get:
19841984
operationId: listAccountsForUser
19851985
tags: [accountMembership]
1986+
parameters:
1987+
- name: minimal
1988+
x-internal: true
1989+
type: boolean
1990+
in: query
19861991
responses:
19871992
'200':
19881993
description: OK

0 commit comments

Comments
 (0)