When you add a regex to a parameter, the parameter doens't get shown in the call url.
Example of a parameter without regex:

Example of a parameter with regex:

Regex used: {reservationId:[1-9]\d*}
EXPECTED RESULTS:
Show it like: /api/v1/reservations/{reservationId}/snapshots/criteria/{snapshotCriteriaId}
When you add a regex to a parameter, the parameter doens't get shown in the call url.
Example of a parameter without regex:

Example of a parameter with regex:

Regex used: {reservationId:[1-9]\d*}
EXPECTED RESULTS:
Show it like: /api/v1/reservations/{reservationId}/snapshots/criteria/{snapshotCriteriaId}