ironmansoftware / issues

Public Issue tracker for Ironman Software products.
https://ironmansoftware.com
32 stars 2 forks source link

Bool Parameter type for API Documentation swagger #3349

Closed jhadvan closed 1 month ago

jhadvan commented 1 month ago

Summary of the new feature / enhancement

As a user when adding boolean param type for API I expect swagger to switch the type to either true or false for better user experience.

param([bool]$UserFilter)

image

Proposed technical implementation details (optional)

No response