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 5563531 commit 10a7fe1Copy full SHA for 10a7fe1
ArchiSteamFarm/IPC/Controllers/Api/NLogController.cs
@@ -87,6 +87,7 @@ public NLogController(IHostApplicationLifetime applicationLifetime) {
87
88
[EndpointDescription("This API endpoint requires a websocket connection")]
89
[EndpointSummary("Fetches ASF log in realtime")]
90
+ [ProducesResponseType((int) HttpStatusCode.SwitchingProtocols)]
91
[ProducesResponseType<GenericResponse>((int) HttpStatusCode.BadRequest)]
92
public async Task<ActionResult> Get() {
93
if (HttpContext == null) {
0 commit comments