Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
4 years agoBug in api yaml, TOTP vs OTP?
There seems to be a bug in either 1password-connect-api.yaml or api docs and possibly implementations.
In yaml it says TOTP while in docs and implementations OTP is used.
I was generating my own "sdk module" using openapitools/openapi-generator-cli passing yaml due to incomplete full items support (files missing) so I am not sure about implementations on github.
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
- Former Member
Hi @leblub -
Thanks for pointing this out. I've confirmed that the correct field type for One-time Password (OTP) fields is indeed
OTP
.I'll make sure the spec is updated and do a review of our implementations to confirm.