Skip to content

Commit

Permalink
chore: regenerate swagger docs (#7239)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
  • Loading branch information
yurem authored Jan 3, 2024
1 parent 077a57a commit 6feaaee
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions jans-config-api/docs/jans-config-api-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7866,6 +7866,8 @@ components:
type: boolean
userCanView:
type: boolean
userCanEdit:
type: boolean
adminCanView:
type: boolean
adminCanEdit:
Expand All @@ -7874,8 +7876,6 @@ components:
type: boolean
adminCanAccess:
type: boolean
whitePagesCanView:
type: boolean
baseDn:
type: string
PatchRequest:
Expand Down Expand Up @@ -9867,29 +9867,29 @@ components:
PostgresMessageConfiguration:
type: object
properties:
driverClassName:
jdbc.driver.class-name:
type: string
dbSchemaName:
db-schema-name:
type: string
connectionUri:
connection-uri:
type: string
authUserName:
auth-user-name:
type: string
authUserPassword:
auth-user-password:
type: string
connectionPoolMaxTotal:
connection-pool-max-total:
type: integer
format: int32
connectionPoolMaxIdle:
connection-pool-max-idle:
type: integer
format: int32
connectionPoolMinIdle:
connection-pool-min-idle:
type: integer
format: int32
messageWaitMillis:
message-wait-millis:
type: integer
format: int32
messageSleepThreadTime:
message-sleep-thread-millis:
type: integer
format: int32
RedisMessageConfiguration:
Expand Down Expand Up @@ -10102,10 +10102,10 @@ components:
ttl:
type: integer
format: int32
persisted:
type: boolean
opbrowserState:
type: string
persisted:
type: boolean
SessionIdAccessMap:
type: object
properties:
Expand Down

0 comments on commit 6feaaee

Please sign in to comment.