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
{{ message }}
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
Adding a call to phone.setRequestAccountSid('AC123') before calling updateResource() makes this work. List resources should be doing this in their parseResponse methods so that updating their instance elements works. Should audit all of the other resources when we fix this.
The text was updated successfully, but these errors were encountered:
Yes, that's very much possible — if an instance resource class is using this.getRequestAccountSid() to build its update URL and it was constructed via a codepath that doesn't do setRequestAccountSid() it will fail. We'll audit the library to make sure all of the internal codepaths that generate instance-resource objects are doing the right thing.
So the following does not work:
Adding a call to phone.setRequestAccountSid('AC123') before calling updateResource() makes this work. List resources should be doing this in their parseResponse methods so that updating their instance elements works. Should audit all of the other resources when we fix this.
The text was updated successfully, but these errors were encountered: