Path Parameter
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.
Related Terms
- API (Application Programming Interface)
- REST (Representational State Transfer)
- GraphQL
- SOAP (Simple Object Access Protocol)
- gRPC