5 lines
135 B
JSON
5 lines
135 B
JSON
{
|
|
"type": "string",
|
|
"description": "HTTP methods that the API can specify to send.",
|
|
"enum": [ "post", "get", "put", "patch" ]
|
|
}
|