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 was archived by the owner on Sep 27, 2023. It is now read-only.
thrownewDomainParseException("An operation requires a successful response");
}
From the spec.:
The Responses Object MUST contain at least one response code, and it SHOULD be the response for a successful operation call.
This doesn't seem to allow for the default response potentially covering the successful case, and the API MAY choose to ignore the SHOULD advice anyway.