HttpMethod
HTTP method for endpoint definitions
Properties
string
"GET""POST""PUT""DELETE""PATCH"
View JSON Schema
{
"type": "string",
"description": "HTTP method for endpoint definitions",
"enum": [
"GET",
"POST",
"PUT",
"DELETE",
"PATCH"
]
}