Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Fix openapi userInfo endpoint #76
Browse files Browse the repository at this point in the history
  • Loading branch information
Desire456 committed Aug 20, 2021
1 parent b1f9d7f commit 8bd40e3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions rest/src/main/resources/io/jmix/rest/rest-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1754,6 +1754,17 @@ components:
locale:
type: string
example: en_US
attributes:
type: object
example:
id: 232678a5-bb0b-4a7d-9132-18bbe79e013a
username: admin
firstName: Bob
lastName: Martin
email: bob.martin@test.com
active: true
description: All user local attributes in case of user implements the UserDetails, except attributes annotated
as @Secret.
fileInfo:
type: object
properties:
Expand Down

0 comments on commit 8bd40e3

Please sign in to comment.