From 54442e5fa2842046cde888c69e1748b2db419d8d Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Mon, 13 Jan 2025 07:57:26 +0200 Subject: [PATCH] Update docs/API.md Co-authored-by: Jamie Hewitt --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index 236122a2e..fafcb7ea6 100644 --- a/docs/API.md +++ b/docs/API.md @@ -505,7 +505,7 @@ returns an empty object if it is valid otherwise an array with error | ---------- | -------- | -------- | ------------------------------------------------- | | command | string | v | command name | | node | string | | if not present it means current node | -| multiAddrs | string[] | | if passed,use this instead of peerStore & DHT | +| multiAddrs | string[] | | if passed, use this instead of peerStore & DHT | | id | string | v | document id or did | | chainId | number | v | chain id of network on which document is provided | | nftAddress | string | v | address of nft token |