Release version
v6.0.1.1
Question Details
We had an issue with revisions in APIOps when any revision other than first revision was set to current.
By making the folder api folder name suffixed with ;rev=n, we noticed publish is working even for first Revision (;rev=1)
This helped us to fix multiple revision issue by having clear segregation of revisions.
At the same time, the extractor is not suffixed for first revision. Is there a property that can be set to make ;rev=n suffixed for all api folder names.
Expected behavior
api/echo-api;rev=1
api/echo-api;rev=2
api/echo-api;rev=3
Actual behavior
api/echo-api
api/echo-api;rev=2
api/echo-api;rev=3
or
api/echo-api;rev=1
api/echo-api
api/echo-api;rev=3
Reproduction Steps
Extract