\d+
- only numbers
.+
- any value
For example:
Api path like /v1/projects/{project-key}/test-runs/{test-run-key}/steps/{step-number}/attachments
in kong
/v1/projects/.+/test-runs/.+/steps/\d+/attachments$
Created
May 2, 2023 17:24
-
-
Save Gershon-A/2523c5835cf71cb536d5e270069b7f23 to your computer and use it in GitHub Desktop.
Kpng wildcard in route path
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment