Skip to content

Commit 662a0bd

Browse files
authored
fix: update getCurrentUser response type from array to single User object (#557)
1 parent 166c074 commit 662a0bd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go/plumbing/operations/get_current_user_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
@@ -2275,9 +2275,7 @@ paths:
22752275
'200':
22762276
description: OK
22772277
schema:
2278-
type: array
2279-
items:
2280-
$ref: '#/definitions/user'
2278+
$ref: '#/definitions/user'
22812279
default:
22822280
$ref: '#/responses/error'
22832281
# end users

0 commit comments

Comments
 (0)