Skip to content

Commit 914c41a

Browse files
authored
Mariano/cloud tests bugged (#2178)
* feat(cloud-security): add endpoints to trigger scans and get run status * feat(cloud-security): implement organization-based authorization for scan endpoints * refactor(layout): remove unused preferredRegion export * chore: remove auto region * feat(cloud-security): add connectionId query parameter for run status * feat(cloud-security): add connectionId query parameter to API schema
1 parent 7de133f commit 914c41a

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

packages/docs/openapi.json

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -14390,52 +14390,6 @@
1439014390
]
1439114391
}
1439214392
},
14393-
"/v1/cloud-security/trigger/{connectionId}": {
14394-
"post": {
14395-
"operationId": "CloudSecurityController_triggerScan_v1",
14396-
"parameters": [
14397-
{
14398-
"name": "connectionId",
14399-
"required": true,
14400-
"in": "path",
14401-
"schema": {
14402-
"type": "string"
14403-
}
14404-
}
14405-
],
14406-
"responses": {
14407-
"201": {
14408-
"description": ""
14409-
}
14410-
},
14411-
"tags": [
14412-
"CloudSecurity"
14413-
]
14414-
}
14415-
},
14416-
"/v1/cloud-security/runs/{runId}": {
14417-
"get": {
14418-
"operationId": "CloudSecurityController_getRunStatus_v1",
14419-
"parameters": [
14420-
{
14421-
"name": "runId",
14422-
"required": true,
14423-
"in": "path",
14424-
"schema": {
14425-
"type": "string"
14426-
}
14427-
}
14428-
],
14429-
"responses": {
14430-
"200": {
14431-
"description": ""
14432-
}
14433-
},
14434-
"tags": [
14435-
"CloudSecurity"
14436-
]
14437-
}
14438-
},
1443914393
"/v1/browserbase/org-context": {
1444014394
"post": {
1444114395
"description": "Gets the existing browser context for the org or creates a new one",

0 commit comments

Comments
 (0)