Stytch · Schema

pwa_application_v3_UpdateRequest

Request type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
name string
View JSON Schema on GitHub

JSON Schema

stytch-pwa-application-v3-updaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_application_v3_UpdateRequest",
  "title": "pwa_application_v3_UpdateRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    }
  },
  "description": "Request type"
}