Red Hat 3scale · Schema

UpdateApplicationRequest

API GatewayAPI ManagementDeveloper PortalEnterpriseRed Hat

Properties

Name Type Description
name string
description string
plan_id integer
View JSON Schema on GitHub

JSON Schema

red-hat-3scale-updateapplicationrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateApplicationRequest",
  "title": "UpdateApplicationRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "plan_id": {
      "type": "integer"
    }
  }
}