debian-mirror-gitlab/spec/fixtures/api/schemas/http_method.json
2018-11-20 20:47:30 +05:30

6 lines
135 B
JSON

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