Skip to content
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

Add descriptions for more HTTP status codes #2872

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update description
  • Loading branch information
martincostello authored May 13, 2024
commit 1c3e50b0292f76c0b9e4f8ab8b58440694b525a1
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ private static bool IsFromFormAttributeUsedWithIFormFile(ApiParameterDescription
new KeyValuePair<string, string>("410", "Gone"),
new KeyValuePair<string, string>("411", "Length Required"),
new KeyValuePair<string, string>("412", "Precondition Failed"),
new KeyValuePair<string, string>("413", "Payload Too Large"),
new KeyValuePair<string, string>("413", "Content Too Large"),
new KeyValuePair<string, string>("414", "URI Too Long"),
new KeyValuePair<string, string>("415", "Unsupported Media Type"),
new KeyValuePair<string, string>("416", "Range Not Satisfiable"),
Expand Down
Loading