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
|`"error"` and `"result"` fields in response | both present | only one is present |
90
90
| HTTP codes in response |`200` unless there is any kind of RPC error (invalid parameters, method not found, etc) | Always `200` unless there is an actual HTTP server error (request parsing error, endpoint not found, etc) |
91
-
| Notifications: requests that get no reply | (not supported) | Supported for requests that exclude the "id" field |
91
+
| Notifications: requests that get no reply | (not supported) | Supported for requests that exclude the "id" field. Returns HTTP status `204` "No Content"|
0 commit comments