Skip to content

Commit

Permalink
fix: jans-config-api add JAVA to programmingLanguage (ref: #1656) (#1667
Browse files Browse the repository at this point in the history
)
  • Loading branch information
devrimyatar committed Jul 4, 2022
1 parent 377affc commit a885a92
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions jans-config-api/docs/jans-config-api-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1162,8 +1162,8 @@ paths:
'404':
$ref: '#/components/responses/NotFound'
'500':
$ref: '#/components/responses/InternalServerError'
$ref: '#/components/responses/InternalServerError'

/jans-config-api/api/v1/config/cache:
get:
summary: Returns cache configuration.
Expand Down Expand Up @@ -2462,7 +2462,7 @@ paths:
$ref: '#/components/schemas/StatsData'
'500':
description: Internal Server Error

/jans-config-api/mgt/configuser:
get:
tags:
Expand Down Expand Up @@ -3462,6 +3462,7 @@ components:
enum:
- PYTHON
- JAVA_SCRIPT
- JAVA
description: Programming language of the custom script.
moduleProperties:
type: array
Expand Down Expand Up @@ -6866,7 +6867,7 @@ components:
inum:
description: XRI i-number. Identifier to uniquely identify the user.
type: string

ExtendedCustomUser:
allOf: # Combines the CustomUser and the inline model
- $ref: '#/components/schemas/CustomUser'
Expand Down Expand Up @@ -6946,4 +6947,4 @@ components:
type: object
additionalProperties:
type: string

0 comments on commit a885a92

Please sign in to comment.