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:
parent
7c06880287
commit
44ff452492
1 changed files with 2 additions and 2 deletions
|
@ -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."
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue