C# .NET ApiController NoContent 204 response cannot map to ProblemDetails response body
I want to render a ProblemDetails (Microsoft.AspNetCore.Mvc) response body from a NoContent() response.
I want to render a ProblemDetails (Microsoft.AspNetCore.Mvc) response body from a NoContent() response.