We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3c51b commit 3f87afbCopy full SHA for 3f87afb
src/Microsoft.OpenApi.OData.Reader/Operation/RefPostOperationHandler.cs
@@ -58,7 +58,7 @@ protected override void SetResponses(OpenApiOperation operation)
58
operation.Responses = new OpenApiResponses
59
{
60
61
- Context.Settings.UseSuccessStatusCodeRange ? Constants.StatusCodeClass2XX : Constants.StatusCode204,
+ Constants.StatusCode204,
62
new OpenApiResponse { Description = "Success" }
63
}
64
};
0 commit comments