Enum

HttpMethod

HTTP methods that can be enabled for API scanning. The OTHER value represents any method that is not one of the four named methods (e.g. PATCH, HEAD, OPTIONS, or a non-standard verb).

Values

GET
POST
PUT
DELETE
OTHER