Skip to content

Commit e2c30a0

Browse files
committed
fix jwks endpoint issue during server startup.
add auto generated swagger changes.
1 parent 8b810c6 commit e2c30a0

File tree

1 file changed

+2
-2
lines changed
  • components/apimgt/org.wso2.carbon.apimgt.internal.service

1 file changed

+2
-2
lines changed

components/apimgt/org.wso2.carbon.apimgt.internal.service/swagger.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1345,8 +1345,8 @@
13451345
"type" : "string",
13461346
"example" : "EXCHANGED",
13471347
"description" : "The type of the tokens to be used (exchanged or without exchanged). Accepted values are EXCHANGED, DIRECT or BOTH.",
1348-
"default" : "DIRECT",
1349-
"enum" : [ "EXCHANGED", "DIRECT", "BOTH" ]
1348+
"enum" : [ "EXCHANGED", "DIRECT", "BOTH" ],
1349+
"default" : "DIRECT"
13501350
}
13511351
}
13521352
},

0 commit comments

Comments
 (0)