This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Describe JsonPatch correctly in ApiExplorer #5464
Closed
Description
In the JsonFormatter package we need to register an IApiDescriptionProvider that mutates parameters of type JsonPatchDocument<T>
into being Operation[]
.
See domaindrivendev/Swashbuckle.AspNetCore#199 for what some current workarounds are. It would be nice if we had this built-in to avoid the need for workarounds.