Skip to content

Commit b078e12

Browse files
authored
Update src/ipips/ipip-0484.md
1 parent 36cb4e3 commit b078e12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ipips/ipip-0484.md

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ The proposed change is to add a `?filter-protocols` parameter to the `GET /routi
6767
- Providers are filtered by checking if the transfer protocol name appears in the `Protocols` array (logical OR).
6868
- If the provider doesn't match any of the passed transfer protocols, the provider is omitted from the response.
6969
- If a provider passes the filter, it is returned unchanged, i.e. the full set of protocols is returned including protocols that not included in the filter. (note that this is different from `filter-addrs` where only the multiaddrs that pass the filter are returned)
70-
- Negative filtering is done by prefixing the protocol name with `!`, e.g. `?transport=!transport-graphsync-filecoinv1`.
7170
- Filtering is case-insensitive.
7271
- If no parameter is passed, the default behavior is to not filter by transfer protocol.
7372

0 commit comments

Comments
 (0)