0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

fix(core): align openapi.json

This commit is contained in:
Darcy Ye 2024-03-06 12:35:22 +08:00
parent 7c06880287
commit 44ff452492
No known key found for this signature in database
GPG key ID: B46F4C07EDEFC610

View file

@ -105,14 +105,14 @@
}
}
},
"/api/configs/jwt-customizer/{tokenType}": {
"/api/configs/jwt-customizer/{tokenTypePath}": {
"put": {
"summary": "Create or update JWT customizer",
"description": "Create or update a JWT customizer for the given token type.",
"parameters": [
{
"in": "path",
"name": "tokenType",
"name": "tokenTypePath",
"description": "The token type to create a JWT customizer for."
}
],