You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.json
+33-8Lines changed: 33 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -29311,7 +29311,7 @@
29311
29311
"name": "filters.repoLabels",
29312
29312
"in": "query",
29313
29313
"required": false,
29314
-
"description": "Comma-separated list of repo labels that should be included",
29314
+
"description": "Comma-separated list of repo labels that should be included. Use \"\" to filter for repositories with no labels.",
29315
29315
"schema": {
29316
29316
"type": "string"
29317
29317
}
@@ -29320,7 +29320,7 @@
29320
29320
"name": "filters.repoLabels.notIn",
29321
29321
"in": "query",
29322
29322
"required": false,
29323
-
"description": "Comma-separated list of repo labels that should be excluded",
29323
+
"description": "Comma-separated list of repo labels that should be excluded. Use \"\" to filter for repositories with no labels.",
29324
29324
"schema": {
29325
29325
"type": "string"
29326
29326
}
@@ -29998,7 +29998,7 @@
29998
29998
"description": "",
29999
29999
"default": ""
30000
30000
},
30001
-
"description": "Comma-separated list of repo labels that should be excluded"
30001
+
"description": "Comma-separated list of repo labels that should be excluded. Use \"\" to filter for repositories with no labels."
30002
30002
},
30003
30003
"alertType": {
30004
30004
"type": "array",
@@ -30271,7 +30271,7 @@
30271
30271
"name": "filters.repoLabels",
30272
30272
"in": "query",
30273
30273
"required": false,
30274
-
"description": "Comma-separated list of repo labels that should be included",
30274
+
"description": "Comma-separated list of repo labels that should be included. Use \"\" to filter for repositories with no labels.",
30275
30275
"schema": {
30276
30276
"type": "string"
30277
30277
}
@@ -30280,7 +30280,7 @@
30280
30280
"name": "filters.repoLabels.notIn",
30281
30281
"in": "query",
30282
30282
"required": false,
30283
-
"description": "Comma-separated list of repo labels that should be excluded",
30283
+
"description": "Comma-separated list of repo labels that should be excluded. Use \"\" to filter for repositories with no labels.",
30284
30284
"schema": {
30285
30285
"type": "string"
30286
30286
}
@@ -30689,7 +30689,7 @@
30689
30689
"description": "",
30690
30690
"default": ""
30691
30691
},
30692
-
"description": "Comma-separated list of repo labels that should be excluded"
30692
+
"description": "Comma-separated list of repo labels that should be excluded. Use \"\" to filter for repositories with no labels."
30693
30693
},
30694
30694
"alertType": {
30695
30695
"type": "array",
@@ -33208,7 +33208,8 @@
33208
33208
"spy",
33209
33209
"typo",
33210
33210
"secret",
33211
-
"obf"
33211
+
"obf",
33212
+
"dual"
33212
33213
],
33213
33214
"default": "mal"
33214
33215
}
@@ -33488,7 +33489,8 @@
33488
33489
"spy",
33489
33490
"typo",
33490
33491
"secret",
33491
-
"obf"
33492
+
"obf",
33493
+
"dual"
33492
33494
],
33493
33495
"default": "mal"
33494
33496
}
@@ -34113,6 +34115,29 @@
34113
34115
"x-readme": {}
34114
34116
}
34115
34117
},
34118
+
"/openapi.json": {
34119
+
"get": {
34120
+
"tags": [
34121
+
"Metadata"
34122
+
],
34123
+
"summary": "Returns the OpenAPI definition",
34124
+
"operationId": "getOpenAPIJSON",
34125
+
"security": [],
34126
+
"description": "Retrieve the API specification in an Openapi JSON format.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:",
0 commit comments