route_match
Summary
Example object
{
"path": "/services/example/latest/",
"match_type": "prefix"
}
Fields
path
path
String value that will be compared to the :path
header on the incoming request using the chosen match_type.
match_type
match_type
Sets the type of string matching to perform on the path. Must be one of:
Last updated
Was this helpful?