Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 554 Bytes

File metadata and controls

12 lines (9 loc) · 554 Bytes

SearchFilterRequestHttpMethod

Filters by HTTP method (for example, GET or POST). Supported for requests only.

Properties

Name Type Required Description
_eq string The HTTP method to match.
_ne string The HTTP method to exclude.
_in string[] A list of HTTP methods to match.
_nin string[] A list of HTTP methods to exclude.