You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.
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")]publicasyncTask<IActionResult>GetCustomizations()
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: