Skip to content

Commit

Permalink
fix doc route path
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ocean committed Feb 3, 2025
1 parent 079848d commit 547d987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,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 |
Expand Down Expand Up @@ -1161,7 +1161,7 @@ returns the current indexing queue, as an array of objects

## PolicyServer Passthrough

### `HTTP` POST /PolicyServerPassthrough
### `HTTP` POST /api/services/PolicyServerPassthrough

### `P2P` command: PolicyServerPassthrough

Expand Down

0 comments on commit 547d987

Please sign in to comment.