rbeauchamp / Swashbuckle.OData

Extends Swashbuckle with OData v4 support!
Other
128 stars 96 forks source link

Entity bound actions can have ODataActionParameters type parameters only #187

Closed corveen closed 4 years ago

corveen commented 6 years ago

Currently Swashbuckle supports only actions with ODataActionParameters type parameter.

In the example below, only the first action will be documented properly by Swashbuckle.

image