This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/Protocol Specifications Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1379,12 +1379,12 @@ references to it. One way to ensure the uniqueness of the identifier is to use a
13791379resource itself. Combining this has with a cryptographically strong nonce, then hashing the result of
13801380concatenating the nonce and the hash of the resource should yield a unique identifier.
13811381
1382- The API route for resource addressing with relative roots is formatted as follows:
1382+ The URI for resource addressing with relative roots is formatted as follows:
13831383
13841384` <server_url>/.p2/core/resource/<resource_id> `
13851385
1386- The API route for resource addressing with relative roots is documented more thoroughly in the API
1387- documentation.
1386+ The API routes for resource addressing with relative roots are documented more thoroughly in the [ API
1387+ documentation] ( https://apidocs.polyproto.org ) .
13881388
13891389Servers with no need for resource addressing with relative roots can select to not implement this
13901390feature. Servers not implementing this feature should return a ` 404 Not Found ` status code when
You can’t perform that action at this time.
0 commit comments