Parameters within the path of the endpoint, before the query string (?). These are usually enclosed in curly braces {path parameter}.
The path parameter is often a URI for a resource. For example, {product_id}.
These types of parameters are mainly used in PUT and GET requests.