Skip to content

Commit 8a88a6d

Browse files
Remove language.
Signed-off-by: Dmitri Zagidulin <dzagidulin@gmail.com>
1 parent 0780ad8 commit 8a88a6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ The format of the response is determined based on content negotiation.
486486
Example 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
490490
Host: example.com
491491
Accept: application/json
492492
Authorization: Signature keyId="did:key:z6MkpBMbMaRSv5nsgifRAwEKvHHoiKDMhiAHShTFNmkJNdVW#z6MkpBMbMaRSv5nsgifRAwEKvHHoiKDMhiAHShTFNmkJNdVW" ...
@@ -544,7 +544,7 @@ authorization as it would for a missing/not found space.
544544
```http
545545
HTTP/1.1 404 Not Found
546546
Content-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
557557
HTTP/1.1 404 Not Found
558558
Content-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."

0 commit comments

Comments
 (0)