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