[Question] api name suffixed with ;rev=n is working even for first Revision
- Dominant language
- C#
- Stars
- 448
- Forks
- 247
- PR merge metrics
- No merged PRs in 30d
Description
### 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
Contributor guide
Assessment
This issue has not been assessed yet.