You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the time of writing (schema version 1.1.23) the schema body for updateVerificationFlowBody is set to a discriminator which only supports the link type, pointing to the updateVerificationFlowWithLinkMethod component.
There is already a updateVerificationFlowWithCodeMethodBody defined, but it is not referenced.
This causes issues for me, as I'm using an SDK client generated from a more recent OpenAPI generator version, which actually validates the input I give it against the schema. Thus I'm unable to submit any verification requests.
Preflight checklist
Describe the bug
At the time of writing (schema version 1.1.23) the schema body for
updateVerificationFlowBody
is set to a discriminator which only supports thelink
type, pointing to theupdateVerificationFlowWithLinkMethod
component.There is already a
updateVerificationFlowWithCodeMethodBody
defined, but it is not referenced.This causes issues for me, as I'm using an SDK client generated from a more recent OpenAPI generator version, which actually validates the input I give it against the schema. Thus I'm unable to submit any verification requests.
Reproducing the bug
method
set tocode
Relevant log output
No response
Relevant configuration
Version
1.1.23
On which operating system are you observing this issue?
Linux
In which environment are you deploying?
Docker Compose
Additional Context
No response
The text was updated successfully, but these errors were encountered: