This repository was archived by the owner on Nov 13, 2021. It is now read-only.
This repository was archived by the owner on Nov 13, 2021. It is now read-only.
Include validation errors in swagger documentation? #111
Open
Description
Each controller can also return a validation error, status code 400. Should we also include this in the swagger documentation, for completeness? In a similar way that the OK200 and ERROR500 status codes are documented here below.
[HttpGet(Name = Constants.RouteNames.v1.GetCustomizations)]
[SwaggerResponse((int)HttpStatusCode.OK, "List of players")]
[SwaggerResponse((int)HttpStatusCode.InternalServerError, "API is not available")]
public async Task<IActionResult> GetCustomizations()
Metadata
Metadata
Assignees
Labels
No labels