-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update OpenAPI Spec & Merge Files API #139
Changes from all commits
f019a94
269105e
13a15c9
2e7b3d0
a9c6b98
6de6e0f
78589ff
3153753
1a3aff8
851ee5b
618ef9e
1468c85
293ac5c
3030303
6f68bbf
9b0c29c
858ffb5
bb84dff
de469bb
628a50a
596fed6
0a2ef75
ec87fcb
4200686
6045d89
5edeb41
0d30290
8a522ba
29109c1
e390283
2a6cfaa
c2a8444
45976f5
44a0e4a
697306f
0fdcd6c
ccf2fe9
ac55d23
f6fb8d4
90616c4
6eda050
f6ceb1d
d532390
75592dd
e2aca56
1ca49f3
f9e2188
27fa3fd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
beff621d7b3e1d59244e2e34fc53a496f310e130 | ||
be3d4a799362f0d5ddbfeb0a0acdfb91f8736a3b |
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is needed because header keys are not case-sensitive (esp. if response is HTTP 2.0, which enforces header keys to be lower case). In theory, the same check applies to request headers, but we know the case used because we control it.