Change the default request name
Hi all,
Not sure I am in the right section...
Let's say I use the Swagger definition of Swagger Petsore here : https://petstore.swagger.io/v2/swagger.json
If I import these definitions in ReadyApi, I get something that will look like this :
I was wondering if there is any way to define specific names for the requests in Swagger to avoid having default request names, something that would result in this for example :
I know it is possible to rename these requests directly in ReadyApi but if I do that, next time I perform an API definition update from ReadyApi, the tool won't match the manually renamed request with the existing request, which means I will end up with something like this :
Please let me know if my question is not clear, english is not my mother tongue and I can be a bit unclear sometimes 🙂
Thanks
_Oliver_ well, I'm not a developper, but I've looked arround a bit and I came accross these:
https://docs.swagger.io/spec.html#523-operation-object
https://stackoverflow.com/questions/9569270/custom-method-names-in-asp-net-web-api
Have look in there, maybe this can help?
Kind regards,
AAB