This commit is contained in:
JustArchi
2019-07-29 17:04:16 +02:00
parent 96ccb331dc
commit 498fb2cd51

View File

@@ -77,7 +77,6 @@ namespace ArchiSteamFarm.IPC.Controllers.Api {
/// </remarks>
[HttpGet("GitHub/Release")]
[ProducesResponseType(typeof(GenericResponse<GitHubReleaseResponse>), (int) HttpStatusCode.OK)]
[ProducesResponseType(typeof(GenericResponse), (int) HttpStatusCode.BadRequest)]
[ProducesResponseType(typeof(GenericResponse), (int) HttpStatusCode.ServiceUnavailable)]
public async Task<ActionResult<GenericResponse>> GitHubReleaseGet() {
GitHub.ReleaseResponse releaseResponse = await GitHub.GetLatestRelease(false).ConfigureAwait(false);