Skip to content

[Question] api name suffixed with ;rev=n is working even for first Revision #708

@mandiga8

Description

@mandiga8

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions