Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/reference/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ fetch('/indexer/api/v1/index_report/{manifest_hash}',

`DELETE /indexer/api/v1/index_report/{manifest_hash}`

Given a Manifest's content addressable hash, any data related to it will be removed it it exists.
Given a Manifest's content addressable hash, any data related to it will be removed if it exists.

<h3 id="delete-the-indexreport-and-associated-information-for-the-given-manifest-hash,-if-exists.-parameters">Parameters</h3>

Expand Down
Loading