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
{{ message }}
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.
When I export, the parameters have all been expanded out and copied into each endpoint.
Although this is probably the intended behaviour and to do with the way its stored, It would be nice if it honoured the import style, so modifications can be made, and the export used.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For example, if my definition contains parameters separated out, and a reference to them like this;
"parameters":[
{
"$ref":"#/parameters/param_active"
},
When I export, the parameters have all been expanded out and copied into each endpoint.
Although this is probably the intended behaviour and to do with the way its stored, It would be nice if it honoured the import style, so modifications can be made, and the export used.
The text was updated successfully, but these errors were encountered: