Open RaulTrombin opened 1 month ago
s there a way to how the 'Request', and if it's selected, shows the strcuture field?
What do you mean by "show the structure field" ?
s there a way to how the 'Request', and if it's selected, shows the strcuture field?
What do you mean by "show the structure field" ?
to not skip it, make the enum route avaiable alongside with simple enums and make inner field avaiable as a parameter when we load the api spec on swager
On your enum, is "some structure" data you'd expect as input? Or more slashes in the path? Can you share an example including the expected generated openapi code?
Currently paperclip skips the Enum{ Something ( something_else ) } fields.
Is there a way to make the inner structure shows as a parameter? example
Then, APIspec only shows the simple enums. Is there a way to how the 'Request', and if it's selected, shows the strcuture field?