Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,166 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
According to the documentation add-api-manually I should be able to add a wildcard URL in a operation.
Trying the example however gives me "URL template is invalid". Am I missing something?
@Stepo I believe this is incorrect. The next section in the docs is about wildcards. For this, you would just need to use /status/{code}
.
I will go ahead and fix this one in the docs.
Ah dang it. I was hoping I could match a suffix.
Thank you!