Closed calebsmith411 closed 1 year ago
@stephaneey Any thoughts on this PR?
Hello @calebsmith411 ,
If you don't want to use a versioned API, just use the ad-hoc task "Create or Update API".
Hello @calebsmith411 ,
If you don't want to use a versioned API, just use the ad-hoc task "Create or Update API".
Hi @stephaneey I do want to use versions, but I want the first version to be "Original Version" and not /v1. Which is do-able from the api portal itself.
Hello,
Thanks for your contribution. I have merged the PR.
Best Regards
Is this feature in production? @stephaneey @calebsmith411
In Azure Portal, you can remove the version for the API, which defaults the backend management API call to pass an empty string for the version value. This results in the portal displaying "original version", and a version is not required to be specified. This PR is to mimic that functionality (in v3, and v4), as a version is not required to be specified by APIM.