Path Parameter

glossary

Path Parameter

A variable in a URL path that identifies a specific resource, e.g., /users/{user_id} where user_id is the path parameter.

See Also

Other languages