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
Copy file name to clipboardexpand all lines: services/concepts/curl.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ The example specifies the `Content-Type` to be `application/json` which means th
74
74
75
75
The `-d` or `--data` flag specifies more information sent along with the curl request.
76
76
77
-
In the example, the data object is a list of key value pairs in JSON format. This follows the [JSON RPC 2.0 specification](https://www.jsonrpc.org/specification)which requires the four specific keys seen here.
77
+
In the example, the data object is a list of key value pairs in JSON format. This follows the [JSON RPC 2.0 specification](https://www.jsonrpc.org/specification)which requires the four specific keys seen here.
78
78
79
79
The `method`, `params`, and `id` values are modifiable.
0 commit comments