summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/http_method.json
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" ]
}