-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing enum value #642
Comments
@aditya-arcot this is a similar issue to plaid/plaid-java#426 -- the |
|
Oops, I missed that! Thanks for the correction. I've submitted a PR to fix this and it should be resolved in the next client library update. |
No problem, sounds good |
This enum
SandboxItemFireWebhookRequestWebhookCodeEnum
should includeLOGIN_REPAIRED
as this is a valid webhook code for the sandbox item fire webhook endpoint.Link to documentation
The documentation is also not in sync for this endpoint.
The endpoint summary section lists
LOGIN_REPAIRED
as a valid webhook code, but is missingAUTHORIZATION_GRANTED
.The webhook_code specification in the request fields section includes
AUTHORIZATION_GRANTED
, but notLOGIN_REPAIRED
.The text was updated successfully, but these errors were encountered: