Zitadel · Schema

CreateApiAppRequest

AuthenticationAuthorizationIdentity ManagementOpen SourceOAuth 2.0OIDC

Properties

Name Type Description
name string
authMethodType string
View JSON Schema on GitHub

JSON Schema

zitadel-createapiapprequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateApiAppRequest",
  "title": "CreateApiAppRequest",
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "authMethodType": {
      "type": "string"
    }
  }
}