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
In my case, I was getting bad request when calling getInstrumentIdentifierWithHttpInfo after postInstrumentIdentifierWithHttpInfo calls and I ended up finding that GET was sending the created Digest to the POST. So I had to explicitly clear it whenever I need to call the getInstrumentIdentifierWithHttpInfo.
Could you clear the field by default always before the call?
The text was updated successfully, but these errors were encountered:
In my case, I was getting
bad request
when callinggetInstrumentIdentifierWithHttpInfo
afterpostInstrumentIdentifierWithHttpInfo
calls and I ended up finding that GET was sending the createdDigest
to the POST. So I had to explicitly clear it whenever I need to call thegetInstrumentIdentifierWithHttpInfo
.Could you clear the field by default always before the call?
The text was updated successfully, but these errors were encountered: