Skip to content

Commit 376cb98

Browse files
Remove content type from read space errors.
Signed-off-by: Dmitri Zagidulin <dzagidulin@gmail.com>
1 parent 8a88a6d commit 376cb98

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

spec.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -543,24 +543,12 @@ authorization as it would for a missing/not found space.
543543

544544
```http
545545
HTTP/1.1 404 Not Found
546-
Content-type: application/problem+json
547-
548-
{
549-
"type": "https://wallet.storage/spec#read-space-errors",
550-
"title": "Space not found or insufficient authorization."
551-
}
552546
```
553547

554548
Example error response (space id not found):
555549

556550
```http
557551
HTTP/1.1 404 Not Found
558-
Content-type: application/problem+json
559-
560-
{
561-
"type": "https://wallet.storage/spec#read-space-errors",
562-
"title": "Space not found or insufficient authorization."
563-
}
564552
```
565553

566554
### List Spaces Operation

0 commit comments

Comments
 (0)