Skip to content

Commit

Permalink
docs(config-api): regenerating config swagger api
Browse files Browse the repository at this point in the history
Signed-off-by: pujavs <pujas.works@gmail.com>
  • Loading branch information
pujavs committed Jun 28, 2024
1 parent e2d73a8 commit 14d5dec
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 25 deletions.
101 changes: 78 additions & 23 deletions jans-config-api/docs/jans-config-api-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,72 @@ paths:
security:
- oauth2:
- https://jans.io/oauth/config/jans_asset-read
/api/v1/jans-assets/services:
get:
tags:
- Jans Assets
summary: Gets asset services
description: Gets asset services
operationId: get-asset-services
responses:
"200":
description: Ok
content:
application/json:
schema:
type: array
items:
type: string
"401":
description: Unauthorized
"404":
description: Not Found
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
"500":
description: InternalServerError
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
security:
- oauth2:
- https://jans.io/oauth/config/jans_asset-read
/api/v1/jans-assets/asset-type:
get:
tags:
- Jans Assets
summary: Get valid asset types
description: Get valid asset types
operationId: get-asset-types
responses:
"200":
description: Ok
content:
application/json:
schema:
type: array
items:
type: string
"401":
description: Unauthorized
"404":
description: Not Found
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
"500":
description: InternalServerError
content:
application/json:
schema:
$ref: '#/components/schemas/ApiError'
security:
- oauth2:
- https://jans.io/oauth/config/jans_asset-read
/api/v1/jans-assets/upload:
put:
tags:
Expand Down Expand Up @@ -8093,7 +8159,7 @@ components:
creationDate:
type: string
format: date-time
jansServices:
jansService:
type: array
items:
type: string
Expand All @@ -8107,10 +8173,6 @@ components:
type: boolean
jansAlias:
type: string
jansModuleProperty:
type: array
items:
type: string
baseDn:
type: string
DocumentPagedResult:
Expand Down Expand Up @@ -8251,20 +8313,20 @@ components:
type: string
selected:
type: boolean
adminCanView:
whitePagesCanView:
type: boolean
userCanEdit:
type: boolean
userCanView:
type: boolean
adminCanEdit:
type: boolean
adminCanView:
type: boolean
userCanView:
type: boolean
adminCanAccess:
type: boolean
userCanAccess:
type: boolean
whitePagesCanView:
type: boolean
baseDn:
type: string
PatchRequest:
Expand Down Expand Up @@ -8395,12 +8457,6 @@ components:
spontaneousScopeLifetime:
type: integer
format: int32
tokenIndexAllocationBlockSize:
type: integer
format: int32
tokenIndexLimit:
type: integer
format: int32
openidSubAttribute:
type: string
publicSubjectIdentifierPerClientEnabled:
Expand Down Expand Up @@ -9049,7 +9105,6 @@ components:
- REVOKE_TOKEN
- REVOKE_SESSION
- GLOBAL_TOKEN_REVOCATION
- STATUS_LIST
- ACTIVE_SESSION
- END_SESSION
- STATUS_SESSION
Expand Down Expand Up @@ -9095,6 +9150,8 @@ components:
type: boolean
lockMessageConfig:
$ref: '#/components/schemas/LockMessageConfig'
fapi:
type: boolean
allResponseTypesSupported:
uniqueItems: true
type: array
Expand All @@ -9104,8 +9161,6 @@ components:
- code
- token
- id_token
fapi:
type: boolean
AuthenticationFilter:
required:
- baseDn
Expand Down Expand Up @@ -9872,10 +9927,10 @@ components:
type: array
items:
type: object
displayValue:
type: string
value:
type: object
displayValue:
type: string
LocalizedString:
type: object
properties:
Expand Down Expand Up @@ -10226,14 +10281,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
2 changes: 2 additions & 0 deletions jans-config-api/plugins/docs/lock-plugin-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ components:
properties:
baseDN:
type: string
baseEndpoint:
type: string
tokenChannels:
type: array
items:
Expand Down
4 changes: 4 additions & 0 deletions jans-config-api/plugins/docs/scim-plugin-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,12 @@ components:
type: boolean
disableJdkLogger:
type: boolean
disableLoggerTimer:
type: boolean
useLocalCache:
type: boolean
skipDefinedPasswordValidation:
type: boolean
JsonPatch:
type: object
securitySchemes:
Expand Down
4 changes: 2 additions & 2 deletions jans-config-api/plugins/docs/user-mgt-plugin-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -863,10 +863,10 @@ components:
type: array
items:
type: object
displayValue:
type: string
value:
type: object
displayValue:
type: string
CustomUser:
type: object
properties:
Expand Down

0 comments on commit 14d5dec

Please sign in to comment.