Browse Source

storage-node-v2: Add bagId parameter to the spec.

Shamil Gadelshin 3 years ago
parent
commit
f1a43be300
1 changed files with 7 additions and 0 deletions
  1. 7 0
      storage-node-v2/src/api-spec/openapi.yaml

+ 7 - 0
storage-node-v2/src/api-spec/openapi.yaml

@@ -203,6 +203,13 @@ paths:
       description: Returns local data objects for the bag.
       tags:
         - state
+      parameters:
+        - name: bagId
+          required: true
+          in: path
+          description: Bag ID
+          schema:
+            type: string
       responses:
         200:
           description: Ok