Hi,
I have a custom app that connects via JWT token. I have then setup a connection where I put in my username and password to connect. Everything was working correctly, until it started spitting out 401 errors presumably due to my password needing to be reset. I have now reset my password, but I’m not sure how to update the connection credentials. I tried to reauthorize and verify, but it keeps saying that the Oauth address is not valid. However, if I just create a new connection, with the updated details, it works perfectly. I could do this, but I have many scenarios relying on this connection, and many incomplete executions, so I don’t want to break all of these.
I would appreciate help to update credentials for the current connection.
Thanks!