Skip to content

Commit ea9a069

Browse files
committed
Update OpenAPI specs
1 parent 1dbd1a4 commit ea9a069

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

openapi.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,7 @@ paths:
112112
content:
113113
application/json:
114114
schema:
115-
type: array
116-
items:
117-
$ref: "#/components/schemas/Snapshot"
115+
$ref: "#/components/schemas/SnapshotListMessage"
118116
"412":
119117
description: API version mismatch
120118
default:
@@ -613,6 +611,12 @@ components:
613611
"genesis_signature": "",
614612
}
615613

614+
SnapshotListMessage:
615+
description: SnapshotListMessage represents a list of snapshots
616+
type: array
617+
items:
618+
$ref: "#/components/schemas/Snapshot"
619+
616620
Snapshot:
617621
description: Snapshot represents a snapshot file and its metadata
618622
type: object

0 commit comments

Comments
 (0)