Closed rahulramm closed 10 months ago
I see, thanks for reporting.
@PanosCodes is it possible for you to look at this one? Would you know already where this string
type be coming from?
Thanks
Feel free to test https://github.com/Apipie/apipie-rails/pull/904
Thanks @rahulramm for the report Thanks @PanosCodes for the quick fix.
released in v1.3.0
Much Appreciated. Thank you so much for the quick turnaround. @mathieujobin @PanosCodes
Defining an array parameter as
Integer
within Apipie validates correctly in the HTML documentation but generates the Swagger file with an array ofstring
type.Parameter defined within Apipie
Expected Behavior: The Swagger file should reflect the parameter folder_ids as an array of
Integer
type, consistent with the definition in Apipie's DSL.Actual Behavior: The Swagger file represents folder_ids as an array of
string
type, contrary to the defined type in Apipie.Screenshots:
1. HTML Documentation (Apipie):
2. Swagger File Output: