I created an integration for a vendor’s REST API. The primary endpoint searches for a driver’s record.
The vendor requires that the account’ password be reset every 60 days. They provide an endpoint to get the status of the account and another to change the password.
Is there a way to modify the credentials of the integration, using the data that’s returned from the change-password action? Is it just a matter of setting the `bundle.authData.password` to the new password in the change-password action’s code?