Skip to content

Commit

Permalink
Update configApiSpecs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed Nov 21, 2024
1 parent 9da5a88 commit fab14fe
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions admin-ui/configApiSpecs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ paths:
content:
application/json:
schema:
type: string
$ref: '#/components/schemas/JsonNode'
examples:
Response json example:
description: Response json example
Expand Down Expand Up @@ -4630,6 +4630,7 @@ paths:
- uma_rpt_policy
- uma_rpt_claims
- uma_claims_gathering
- access_evaluation
- consent_gathering
- dynamic_scope
- spontaneous_scope
Expand Down Expand Up @@ -13519,21 +13520,21 @@ components:
$ref: '#/components/schemas/AttributeValidation'
tooltip:
type: string
whitePagesCanView:
type: boolean
selected:
type: boolean
userCanView:
type: boolean
userCanEdit:
type: boolean
adminCanEdit:
type: boolean
adminCanView:
type: boolean
adminCanAccess:
adminCanEdit:
type: boolean
userCanAccess:
type: boolean
whitePagesCanView:
adminCanAccess:
type: boolean
baseDn:
type: string
Expand Down Expand Up @@ -13617,6 +13618,10 @@ components:
type: string
mtlsDeviceAuthzEndpoint:
type: string
accessEvaluationAllowBasicClientAuthorization:
type: boolean
accessEvaluationScriptName:
type: string
requireRequestObjectEncryption:
type: boolean
requirePkce:
Expand Down Expand Up @@ -14348,6 +14353,7 @@ components:
- METRIC
- STAT
- PAR
- ACCESS_EVALUATION
- SSA
httpLoggingEnabled:
type: boolean
Expand Down Expand Up @@ -15159,10 +15165,10 @@ components:
type: array
items:
type: object
value:
type: object
displayValue:
type: string
value:
type: object
LocalizedString:
type: object
properties:
Expand Down Expand Up @@ -15463,6 +15469,7 @@ components:
- uma_rpt_policy
- uma_rpt_claims
- uma_claims_gathering
- access_evaluation
- consent_gathering
- dynamic_scope
- spontaneous_scope
Expand Down Expand Up @@ -15511,14 +15518,14 @@ components:
type: boolean
internal:
type: boolean
locationPath:
type: string
locationType:
type: string
enum:
- ldap
- db
- file
locationPath:
type: string
baseDn:
type: string
ScriptError:
Expand Down

0 comments on commit fab14fe

Please sign in to comment.