File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ The format of the response is determined based on content negotiation.
486486Example request (that lists the contents of the default space collection):
487487
488488``` http
489- GET /space/81246131-69a4-45ab-9bff-9c946b59cf2e/ HTTP/1.1
489+ GET /space/81246131-69a4-45ab-9bff-9c946b59cf2e HTTP/1.1
490490Host: example.com
491491Accept: application/json
492492Authorization: Signature keyId="did:key:z6MkpBMbMaRSv5nsgifRAwEKvHHoiKDMhiAHShTFNmkJNdVW#z6MkpBMbMaRSv5nsgifRAwEKvHHoiKDMhiAHShTFNmkJNdVW" ...
@@ -544,7 +544,7 @@ authorization as it would for a missing/not found space.
544544``` http
545545HTTP/1.1 404 Not Found
546546Content-type: application/problem+json
547- Content-Language: en
547+
548548{
549549 "type": "https://wallet.storage/spec#read-space-errors",
550550 "title": "Space not found or insufficient authorization."
@@ -556,7 +556,7 @@ Example error response (space id not found):
556556``` http
557557HTTP/1.1 404 Not Found
558558Content-type: application/problem+json
559- Content-Language: en
559+
560560{
561561 "type": "https://wallet.storage/spec#read-space-errors",
562562 "title": "Space not found or insufficient authorization."
You can’t perform that action at this time.
0 commit comments