Skip to content

Commit

Permalink
Update dag_import.md (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahka2321 authored Jan 16, 2025
1 parent 41ad19f commit ca24212
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/reference/ipfs/http-api-methods/dag_import.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ curl "https://ipfs.infura.io:5001/api/v0/dag/import?pin-roots=true&silent=<value
#### Request parameters

- `file` : _string_ - path to the `.car` file.
- `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.
- `silent` : _boolean -_ no output.
- `stats`: _boolean -_ output statistics.
- `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.
- `silent` : _boolean_ - no output.
- `stats`: _boolean_ - output statistics.
- `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.

### Response
Expand Down

0 comments on commit ca24212

Please sign in to comment.