diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index dbcf067f..5ac1153b 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -15611,6 +15611,7 @@ components: required: - type - otp + - clientPublicKey properties: type: type: string diff --git a/openapi.yaml b/openapi.yaml index dbcf067f..5ac1153b 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -15611,6 +15611,7 @@ components: required: - type - otp + - clientPublicKey properties: type: type: string diff --git a/openapi/components/schemas/auth/EmailOtpCredentialVerifyRequestFields.yaml b/openapi/components/schemas/auth/EmailOtpCredentialVerifyRequestFields.yaml index 512b9bce..cf853bf0 100644 --- a/openapi/components/schemas/auth/EmailOtpCredentialVerifyRequestFields.yaml +++ b/openapi/components/schemas/auth/EmailOtpCredentialVerifyRequestFields.yaml @@ -2,6 +2,7 @@ type: object required: - type - otp + - clientPublicKey properties: type: type: string