api-shield_method

The HTTP method used to access the endpoint.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-method-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_method",
  "title": "api-shield_method",
  "description": "The HTTP method used to access the endpoint.",
  "enum": [
    "GET",
    "POST",
    "HEAD",
    "OPTIONS",
    "PUT",
    "DELETE",
    "CONNECT",
    "PATCH",
    "TRACE"
  ],
  "example": "GET",
  "type": "string"
}