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: api/swagger-spec/dblab_server_swagger.yaml
+16
Original file line number
Diff line number
Diff line change
@@ -236,6 +236,12 @@ paths:
236
236
name: "id"
237
237
type: "string"
238
238
description: "Clone ID"
239
+
- in: body
240
+
name: body
241
+
description: "Reset object"
242
+
required: false
243
+
schema:
244
+
$ref: '#/definitions/ResetClone'
239
245
responses:
240
246
404:
241
247
description: "Not found"
@@ -709,6 +715,16 @@ definitions:
709
715
db_name:
710
716
type: "string"
711
717
718
+
ResetClone:
719
+
type: "object"
720
+
description: "Object defining specific snapshot used when resetting clone. Optional parameters `latest` and `snapshotID` must not be specified together"
0 commit comments