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 dffb5b6 commit 0a2d0c1Copy full SHA for 0a2d0c1
App/Api/Setup/ApiEndpoints.cs
@@ -35,7 +35,7 @@ public static void ConfigureEndpoints(this WebApplication app)
35
}
36
})
37
.WithDescription("Get longest downward trend in days between given dates")
38
- .Produces<HighestTradingVolumeResponse>((int)HttpStatusCode.OK)
+ .Produces<LongestDownwardTrendResponse>((int)HttpStatusCode.OK)
39
.Produces((int)HttpStatusCode.NotFound)
40
.Produces((int)HttpStatusCode.BadRequest)
41
.ProducesProblem((int)HttpStatusCode.TooManyRequests)
0 commit comments