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
When there is a path with dot between parameters like this: /img/{entity_type}/{file_name}/{format}.{ext}
Then the validator fails with 2 issues:
/paths[/img/{entity_type}/{file_name}/{format}.{ext}] | Path template "/img/{entity_type}/{file_name}/{format}.{ext}" is not valid.
/paths[/img/{entity_type}/{file_name}/{format}.{ext}]/get/parameters[3] | Path Parameter "ext" not found in path template.
The text was updated successfully, but these errors were encountered:
When there is a path with dot between parameters like this:
/img/{entity_type}/{file_name}/{format}.{ext}
Then the validator fails with 2 issues:
The text was updated successfully, but these errors were encountered: