Skip to content

Commit

Permalink
feat: add minimal parameter to listAccountsForUser endpoint (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahetter authored Dec 5, 2024
1 parent 5cb5e0e commit 314c696
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 4 deletions.
40 changes: 36 additions & 4 deletions go/plumbing/operations/list_accounts_for_user_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1983,6 +1983,11 @@ paths:
get:
operationId: listAccountsForUser
tags: [accountMembership]
parameters:
- name: minimal
x-internal: true
type: boolean
in: query
responses:
'200':
description: OK
Expand Down

0 comments on commit 314c696

Please sign in to comment.