Skip to content

Commit

Permalink
[Azure Cognitive Search] Add x-nullable: true to CorsOptions.maxAgeIn…
Browse files Browse the repository at this point in the history
…Seconds (#12420)

Co-authored-by: Bruce Johnston <brjohnst@microsoft.com>
  • Loading branch information
brjohnstmsft and Bruce Johnston authored Jan 15, 2021
1 parent dc3ba32 commit 4cf223e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6877,7 +6877,8 @@
"maxAgeInSeconds": {
"type": "integer",
"format": "int64",
"description": "The duration for which browsers should cache CORS preflight responses. Defaults to 5 minutes."
"description": "The duration for which browsers should cache CORS preflight responses. Defaults to 5 minutes.",
"x-nullable": true
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6877,7 +6877,8 @@
"maxAgeInSeconds": {
"type": "integer",
"format": "int64",
"description": "The duration for which browsers should cache CORS preflight responses. Defaults to 5 minutes."
"description": "The duration for which browsers should cache CORS preflight responses. Defaults to 5 minutes.",
"x-nullable": true
}
},
"required": [
Expand Down

0 comments on commit 4cf223e

Please sign in to comment.