Expand description
Location prefixes for different extraction sources.
Functionsยง
- body
- Body root location:
["body"] - body_
field - Body field location:
["body", "field"] - body_
indexed - Body with array index:
["body", "items", 0, "name"] - body_
path - Body nested path:
["body", "field", "nested", ...] - cookie
- Cookie location:
["cookie", "cookie_name"] - header
- Header location:
["header", "header_name"] - path
- Path parameter location:
["path", "param_name"] - query
- Query parameter location:
["query", "param_name"] - response
- Response root location:
["response"] - response_
field - Response field location:
["response", "field"] - response_
path - Response nested path:
["response", "field", "nested", ...]