{
  "name": "UpdateRoute",
  "plane": "control",
  "terraformEligible": true,
  "protocol": {
    "kind": "cloudJson",
    "target": "CloudGateway.UpdateRoute",
    "service": "gateway"
  },
  "requestBody": "typed",
  "responseBody": "typed",
  "requestSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "additionalProperties": false,
    "properties": {
      "apiId": {
        "type": "string"
      },
      "authorizerId": {
        "default": null,
        "type": [
          "string",
          "null"
        ]
      },
      "integrationId": {
        "default": null,
        "type": [
          "string",
          "null"
        ]
      },
      "routeId": {
        "type": "string"
      },
      "routeKey": {
        "default": null,
        "type": [
          "string",
          "null"
        ]
      }
    },
    "required": [
      "apiId",
      "routeId"
    ],
    "title": "UpdateRouteRequest",
    "type": "object"
  },
  "responseSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {
      "routeId": {
        "type": "string"
      }
    },
    "required": [
      "routeId"
    ],
    "title": "RouteMutationResponse",
    "type": "object"
  }
}
