API - Testing Practice Test
API API Documentation & Specification 2
What is a 'path parameter' in an OpenAPI Specification?
Select your answer
A
A header sent with the request
B
A variable embedded directly in the URL path, like /users/{id}
C
A query string appended to the URL
D
A field in the request body
Hint