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
+5-14Lines changed: 5 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -7716,6 +7716,7 @@
7716
7716
"SyncOrganization",
7717
7717
"TransferOwnership",
7718
7718
"UpdateAlertTriage",
7719
+
"UpdateApiTokenCommitter",
7719
7720
"UpdateApiTokenName",
7720
7721
"UpdateApiTokenScopes",
7721
7722
"UpdateApiTokenVisibility",
@@ -8862,9 +8863,9 @@
8862
8863
"/orgs/{org_slug}/full-scans/diff": {
8863
8864
"get": {
8864
8865
"tags": [
8865
-
"Diff Scans"
8866
+
"Full Scans"
8866
8867
],
8867
-
"summary": "Stream diff scan",
8868
+
"summary": "Diff Full Scans",
8868
8869
"operationId": "GetOrgDiffScan",
8869
8870
"parameters": [
8870
8871
{
@@ -8893,16 +8894,6 @@
8893
8894
"schema": {
8894
8895
"type": "string"
8895
8896
}
8896
-
},
8897
-
{
8898
-
"name": "preview",
8899
-
"in": "query",
8900
-
"required": true,
8901
-
"description": "Create a diff-scan that is not persisted.",
8902
-
"schema": {
8903
-
"type": "boolean",
8904
-
"default": false
8905
-
}
8906
8897
}
8907
8898
],
8908
8899
"security": [
@@ -8912,7 +8903,7 @@
8912
8903
]
8913
8904
}
8914
8905
],
8915
-
"description": "Stream a diff scan between two full scans. Returns a diff scan.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:\n- full-scans:list",
8906
+
"description": "Get the difference between two Full Scans.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:\n- full-scans:list",
8916
8907
"responses": {
8917
8908
"200": {
8918
8909
"content": {
@@ -11093,7 +11084,7 @@
11093
11084
}
11094
11085
}
11095
11086
},
11096
-
"description": "Returns a diff scan. The authenticated user must be a member of the organization."
11087
+
"description": "The differnce between the two provided Full Scans."
0 commit comments