Skip to content

Commit

Permalink
rename oauth2
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Nov 16, 2024
1 parent b5d214b commit d152953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/typeapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"SecurityHttpBasic": "httpBasic",
"SecurityHttpBearer": "httpBearer",
"SecurityApiKey": "apiKey",
"SecurityOAuth2": "oauth2"
"SecurityOAuth": "oauth2"
}
},
"SecurityHttpBasic": {
Expand Down Expand Up @@ -52,7 +52,7 @@
}
}
},
"SecurityOAuth2": {
"SecurityOAuth": {
"type": "struct",
"parent": {
"type": "reference",
Expand Down

0 comments on commit d152953

Please sign in to comment.