Skip to content

Commit

Permalink
undo escaping of keywords for model properties (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandrpravosudko-okta authored Apr 25, 2022
1 parent 9ab7333 commit 2f6fc9c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion templates/swagger-codegen/errata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@
"parameters": [
{ "from": "CAPTCHAApi", "to": "CaptchaApi" }
]
},
{
"type": "renameParameter",
"parameters": [
{ "from": "_default", "to": "default"}
]
}
]
]

0 comments on commit 2f6fc9c

Please sign in to comment.