Skip to content

Commit c6dfb6c

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

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

spec.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -544,23 +544,12 @@ 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-
548-
{
549-
"type": "https://wallet.storage/spec#read-space-errors",
550-
"title": "Space not found or insufficient authorization."
551-
}
552547
```
553548

554549
Example error response (space id not found):
555550

556551
```http
557552
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-
}
564553
```
565554

566555
### List Spaces Operation

0 commit comments

Comments
 (0)