debian-mirror-gitlab/spec/fixtures/api/schemas/http_method.json

6 lines
135 B
JSON
Raw Normal View History

2018-11-20 20:47:30 +05:30
{
"type": "string",
"description": "HTTP methods that the API can specify to send.",
"enum": [ "post", "get", "put", "patch" ]
}