My swagger ui shows "Parameter content type" with various entries: "application/json-patch+json"
, "text/json"
, "application/json"
, and "application/*+json"
.
I only want "application/json"
.
There's a similar unsolved issue on the repo, which uses this visual (older ui, but same idea):
Is there some way to set this?
Swashbuckle.AspNetCore
version 4.0.1
Swashbuckle.AspNetCore.Filters
version 4.5.5