Skip to content

Commit

Permalink
feat(jans-config-api): fixed user management swagger spec for mandato…
Browse files Browse the repository at this point in the history
…ry fields (#1519)
  • Loading branch information
pujavs authored Jun 7, 2022
1 parent d370978 commit 29ff812
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion jans-config-api/docs/jans-config-api-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6809,14 +6809,19 @@ components:
type: object
required:
- userId
- mail
- displayName
- givenName
- jansStatus
- userPassword
properties:
dn:
type: string
description: Domain name.
baseDN:
type: string
description: Base DN for the User entity
status:
jansStatus:
type: string
description: User status
userId:
Expand Down

0 comments on commit 29ff812

Please sign in to comment.