Skip to content

Commit

Permalink
feat: admin ui plugin: changes in rest url #132
Browse files Browse the repository at this point in the history
  • Loading branch information
duttarnab committed Jan 3, 2022
1 parent a9128fe commit f26fd3d
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions docs/jans-config-api-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2921,14 +2921,7 @@ paths:
content:
application/json:
schema:
required:
- role
type: object
properties:
role:
type: string
description: Admin UI role name.
example: api-admin
$ref: '#/components/schemas/AdminRole'
responses:
'200':
description: OK
Expand Down Expand Up @@ -3046,13 +3039,7 @@ paths:
content:
application/json:
schema:
required:
- permission
properties:
permission:
type: string
description: Admin UI permission name.
example: https://jans.io/adminui/user/permission.write
$ref: '#/components/schemas/AdminPermission'
responses:
'200':
description: OK
Expand Down

0 comments on commit f26fd3d

Please sign in to comment.