You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/walrus-service/storage_openapi.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -492,7 +492,7 @@ paths:
492
492
schema:
493
493
$ref: '#/components/schemas/ApiSuccess_String'
494
494
'400':
495
-
description: May be returned when (1) The blob has not been registered or has already expired. (2) The index identifying the resource is out-of-range for the system. (3) The metadata for the blob is required but missing. (4) The node refused the sliver because the pending upload cache is full. (5) The provided sliver failed verification against the previously uploaded metadata for that blob ID. (6) The shard associated with the operation is not assigned to this storage node. (7) The sliver was too large to fit in the pending cache for the node.
495
+
description: May be returned when (1) The blob has not been registered or has already expired. (2) The index identifying the resource is out-of-range for the system. (3) The metadata for the blob is required but missing. (4) The node refused the sliver because the pending upload cache is full. (5) The provided sliver failed verification against the previously uploaded metadata for that blob ID. (6) The shard associated with the operation is not assigned to this storage node. (7) The sliver was too large to fit in the pending cache for the node. (8) The sliver's index is inconsistent with the requested sliver pair index.
0 commit comments