Welcome to mirror list, hosted at ThFree Co, Russian Federation.

http_method.json « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0f8acc5781ff83da58530559b29221714ebb1da (plain)
1
2
3
4
5
{
  "type": "string",
  "description": "HTTP methods that the API can specify to send.",
  "enum": [ "post", "get", "put", "patch" ]
}