You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: