fix: correct authorization header spelling in api docs (#27721)

Corrects the misspelled `Authorizaiton` Swagger header name to
`Authorization` in the source annotation and checked-in generated API
documentation.

This prevents generated API specs and SCIM examples from documenting the
wrong HTTP header name.
This commit is contained in:
Fabien Penso
2026-08-03 16:31:26 +00:00
committed by GitHub
parent df1c0f9710
commit 7bd9f5ec93
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -29983,7 +29983,7 @@ const docTemplate = `{
},
"Authorization": {
"type": "apiKey",
"name": "Authorizaiton",
"name": "Authorization",
"in": "header"
},
"CoderSessionToken": {
+1 -1
View File
@@ -27675,7 +27675,7 @@
},
"Authorization": {
"type": "apiKey",
"name": "Authorizaiton",
"name": "Authorization",
"in": "header"
},
"CoderSessionToken": {
+1 -1
View File
@@ -351,7 +351,7 @@ type Options struct {
// @securitydefinitions.apiKey Authorization
// @in header
// @name Authorizaiton
// @name Authorization
// @securitydefinitions.apiKey CoderSessionToken
// @in header