We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a88a6d commit c6dfb6cCopy full SHA for c6dfb6c
spec.md
@@ -544,23 +544,12 @@ authorization as it would for a missing/not found space.
544
```http
545
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
-}
552
```
553
554
Example error response (space id not found):
555
556
557
558
-Content-type: application/problem+json
559
560
561
562
563
564
565
566
### List Spaces Operation
0 commit comments