Skip to content

Commit

Permalink
Make auth_header_name not required (TykTechnologies#2812)
Browse files Browse the repository at this point in the history
  • Loading branch information
furkansenharputlu authored and buger committed Jan 20, 2020
1 parent 6ba8513 commit f3e32c7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apidef/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,7 @@ const Schema = `{
"use_certificate": {
"type": "boolean"
}
},
"required": [
"auth_header_name"
]
}
},
"auth_configs":{
"type": ["object", "null"]
Expand Down

0 comments on commit f3e32c7

Please sign in to comment.