Skip to content

Commit 6f1405a

Browse files
committed
feat(cloud-security): add connectionId query parameter to API schema
1 parent 3cfdc12 commit 6f1405a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

packages/docs/openapi.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14424,6 +14424,14 @@
1442414424
"schema": {
1442514425
"type": "string"
1442614426
}
14427+
},
14428+
{
14429+
"name": "connectionId",
14430+
"required": true,
14431+
"in": "query",
14432+
"schema": {
14433+
"type": "string"
14434+
}
1442714435
}
1442814436
],
1442914437
"responses": {

0 commit comments

Comments
 (0)