gitlab-org--gitlab-foss/spec/fixtures/api/schemas/http_method.json

6 lines
135 B
JSON

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