Skip to content

Commit 2bcc110

Browse files
OAS Update
1 parent 7099d61 commit 2bcc110

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

services/stackit-marketplace/v1/stackit-marketplace.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,25 @@
4949
"type": "number"
5050
}
5151
},
52+
"pathParamAssetId": {
53+
"description": "The asset ID.",
54+
"in": "path",
55+
"name": "assetId",
56+
"required": true,
57+
"schema": {
58+
"$ref": "#/components/schemas/assetId"
59+
},
60+
"style": "simple"
61+
},
62+
"pathParamFileName": {
63+
"description": "static file name",
64+
"in": "path",
65+
"name": "fileName",
66+
"required": true,
67+
"schema": {
68+
"type": "string"
69+
}
70+
},
5271
"pathParamProductId": {
5372
"description": "The product ID.",
5473
"in": "path",

0 commit comments

Comments
 (0)