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
Although the escaping behavior is not strictly part of the swagger 2 spec,
there is some consensus on escaping.
Letting raw content creates more problems than it solves.
Can you provide raw path params support to runtime/client so that the following paths for client request works.
current repo_name
library/ubuntu
will request to the API/repositories/library%2Fubuntu/tags
but the expect API is/repositories/library/ubuntu/tags
The text was updated successfully, but these errors were encountered: