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.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ components:
35
35
properties:
36
36
id:
37
37
description: A unique identifier for the breach
38
-
type: integer
38
+
type: string
39
39
domain:
40
40
description: The domain of the primary website the breach occurred on. This may be used for identifying other assets external systems may have for the site.
41
41
type: string
@@ -123,7 +123,7 @@ paths:
123
123
in: query
124
124
required: false
125
125
description: >
126
-
Filter breaches to those whose breach.dataClasses includes any of the specified values.
126
+
Filter breaches to those whose breach.dataClasses includes any (but not necessarily all) of the specified values.
127
127
Matching is performed at the breach level (not per monitored email).
128
128
schema:
129
129
type: array
@@ -360,7 +360,7 @@ paths:
360
360
type: string
361
361
resolved:
362
362
type: boolean
363
-
description: True to mark resolved; false to mark unresolved (undo).
363
+
description: True to mark resolved; false to mark unresolved.
364
364
examples:
365
365
resolveMultipleBreaches:
366
366
summary: Resolve multiple breaches
@@ -380,7 +380,7 @@ paths:
380
380
breachId: 123
381
381
resolved: true
382
382
undoPasswordsAllEmailsInBreach:
383
-
summary: Undo Passwords resolution for all affected emails in multiple breaches
383
+
summary: Unresolve Passwords resolution for all affected emails in multiple breaches
0 commit comments