Skip to content

Commit ca24212

Browse files
authored
Update dag_import.md (#1810)
1 parent 41ad19f commit ca24212

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

services/reference/ipfs/http-api-methods/dag_import.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ curl "https://ipfs.infura.io:5001/api/v0/dag/import?pin-roots=true&silent=<value
4343
#### Request parameters
4444

4545
- `file` : _string_ - path to the `.car` file.
46-
- `pin-roots:` _boolean_ - pin the root listed in the .car headers after importing. The default is `true`. Only one DAG root can be pinned per request.
47-
- `silent` : _boolean -_ no output.
48-
- `stats`: _boolean -_ output statistics.
46+
- `pin-roots` : _boolean_ - pin the root listed in the .car headers after importing. The default is `true`. Only one DAG root can be pinned per request.
47+
- `silent` : _boolean_ - no output.
48+
- `stats`: _boolean_ - output statistics.
4949
- `allow-big-block`: _boolean_ - disable the block size check and allow the creation of blocks bigger than 1 MiB. The default is `false`. Bigger blocks won't be transferable over the standard bitswap.
5050

5151
### Response

0 commit comments

Comments
 (0)