Mapped enpoints

Hello we have mapped endpoints in our server and when I import an API from swagger I have to change ever request path after the base path how can I do this automatically? Thanks

If a path in Swagger is /user, do you mean that you need to add a prefix when sending the request, such as /api/v1/user?

The path from the swagger comes as abc-api/v1 …. But I have to change it to service/v1 for every collection manuelly since the endpoints are mapped. How can I do this automatically so that every actual request path will be service/v1

Thanks for the feedback. This is not supported within Apidog. But you can perform a search and replace operation in the Swagger file before importing.

Yeah I know that but I’m not allowed to touch the server and for scheduled updates this solution won’t work . But thank you for the answer.