Skip to content

Commit 3dc8eff

Browse files
ci(prod): Release OpenAPI Spec V1 🚀. See https://github.com/mongodb/openapi/actions/runs/17954969583.
1 parent 5a3b18d commit 3dc8eff

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

openapi/v1-deprecated/v1.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14213,6 +14213,11 @@
1421314213
"enum": ["EMPLOYEE_DOWNLOADED_CLUSTER_LOGS"],
1421414214
"title": "Access Event Types",
1421514215
"type": "string"
14216+
},
14217+
{
14218+
"enum": ["QUERY_SHAPE_BLOCKED", "QUERY_SHAPE_UNBLOCKED"],
14219+
"title": "Query Shape Event Types",
14220+
"type": "string"
1421614221
}
1421714222
],
1421814223
"type": "object"
@@ -17444,6 +17449,11 @@
1744417449
"enum": ["RESOURCE_POLICY_VIOLATED"],
1744517450
"title": "Atlas Resource Policy Audit Types",
1744617451
"type": "string"
17452+
},
17453+
{
17454+
"enum": ["QUERY_SHAPE_BLOCKED", "QUERY_SHAPE_UNBLOCKED"],
17455+
"title": "Query Shape Event Types",
17456+
"type": "string"
1744717457
}
1744817458
],
1744917459
"type": "object"

openapi/v1-deprecated/v1.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15458,6 +15458,14 @@
1545815458
],
1545915459
"title": "Access Event Types",
1546015460
"type": "string"
15461+
},
15462+
{
15463+
"enum": [
15464+
"QUERY_SHAPE_BLOCKED",
15465+
"QUERY_SHAPE_UNBLOCKED"
15466+
],
15467+
"title": "Query Shape Event Types",
15468+
"type": "string"
1546115469
}
1546215470
],
1546315471
"type": "object"
@@ -19133,6 +19141,14 @@
1913319141
],
1913419142
"title": "Atlas Resource Policy Audit Types",
1913519143
"type": "string"
19144+
},
19145+
{
19146+
"enum": [
19147+
"QUERY_SHAPE_BLOCKED",
19148+
"QUERY_SHAPE_UNBLOCKED"
19149+
],
19150+
"title": "Query Shape Event Types",
19151+
"type": "string"
1913619152
}
1913719153
],
1913819154
"type": "object"

0 commit comments

Comments
 (0)