Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jans-config-api/docs/jans-config-api-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15694,10 +15694,10 @@ components:
type: string
selected:
type: boolean
userCanAccess:
type: boolean
adminCanAccess:
type: boolean
userCanAccess:
type: boolean
whitePagesCanView:
type: boolean
adminCanView:
Expand Down
8 changes: 4 additions & 4 deletions jans-config-api/plugins/docs/fido2-plugin-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1751,6 +1751,10 @@ components:
lastUpdated:
type: string
format: date-time
performanceMetrics:
type: object
additionalProperties:
type: object
period:
type: string
metricsData:
Expand Down Expand Up @@ -1800,10 +1804,6 @@ components:
additionalProperties:
type: integer
format: int64
performanceMetrics:
type: object
additionalProperties:
type: object
baseDn:
type: string
Fido2MetricsAggregationPagedResult:
Expand Down
Loading