Skip to content

Commit

Permalink
fix: add path parameter to /fido2/registration/entries #1465 (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
duttarnab committed Jun 6, 2022
1 parent 2e3d293 commit 808d0c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jans-config-api/docs/jans-config-api-swagger.yaml
Expand Up @@ -163,6 +163,13 @@ paths:
- oauth2: [https://jans.io/oauth/config/fido2.write]
parameters: []
/jans-config-api/fido2/registration/entries/{username}:
parameters:
- name: username
in: path
required: true
description: Username.
schema:
type: string
get:
summary: Get details of connected FIDO2 devices registered to user.
description: Get details of connected FIDO2 devices registered to user.
Expand Down

0 comments on commit 808d0c4

Please sign in to comment.