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
another option I would like to get is to make it possible to only accept a content-type. For example, I only need the REST API with Json content, not form data.
Using --skipJsonSuffix helps a lot to not complete with long lines, but our projects doesn't need others methods.
Thanks 😄
The text was updated successfully, but these errors were encountered:
I don't really understand you request.
The content type is obtained from the openapi definition.
Would need it together with the current and expected results.
Hi,
another option I would like to get is to make it possible to only accept a content-type. For example, I only need the REST API with Json content, not form data.
Using
--skipJsonSuffix
helps a lot to not complete with long lines, but our projects doesn't need others methods.Thanks 😄
The text was updated successfully, but these errors were encountered: