Tyk · Schema

NewClientRequest

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
api_id string
client_id string
description string
meta_data object
policy_id string
redirect_uri string
secret string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-new-client-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NewClientRequest",
  "type": "object",
  "properties": {
    "api_id": {
      "type": "string"
    },
    "client_id": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "meta_data": {
      "type": "object"
    },
    "policy_id": {
      "type": "string"
    },
    "redirect_uri": {
      "type": "string"
    },
    "secret": {
      "type": "string"
    }
  }
}