Skip to content

Commit cb7c864

Browse files
authored
Merge pull request #31 from code42/bugfix/cli_integration_tests
use null `nextPgToken` example and allow nullable values
2 parents 684c95c + 52c9988 commit cb7c864

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

docs/file-events.yml

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ components:
937937
description: Use as the pgToken value in another request to indicate the
938938
starting point for additional page results. nextPgToken is null if there
939939
are no more results or if pgToken was not supplied.
940-
example: 0_147e9445-2f30-4a91-8b2a-9455332e880a_973435567569502913_986467523038446097_163
940+
example: null
941941
problems:
942942
type: array
943943
description: List of problems in the request. A problem with a search request
@@ -2681,7 +2681,9 @@ components:
26812681
- userUid
26822682
- windowTitle
26832683
value:
2684-
type: string
2684+
type:
2685+
- string
2686+
- 'null'
26852687
description: The input for the search.
26862688
26872689
SearchFilter«SearchTermV1»Req:
@@ -2799,7 +2801,9 @@ components:
27992801
- userUid
28002802
- windowTitle
28012803
value:
2802-
type: string
2804+
type:
2805+
- string
2806+
- 'null'
28032807
description: The input for the search.
28042808
28052809
SearchFilter«SearchTermV1»Res:
@@ -2919,7 +2923,9 @@ components:
29192923
- file.hash.md5
29202924
- file.hash.sha256
29212925
value:
2922-
type: string
2926+
type:
2927+
- string
2928+
- 'null'
29232929
description: The input for the search.
29242930
29252931
SearchFilter«SearchTermV2»:
@@ -3033,7 +3039,9 @@ components:
30333039
- user.email
30343040
- user.id
30353041
value:
3036-
type: string
3042+
type:
3043+
- string
3044+
- 'null'
30373045
description: The input for the search.
30383046
30393047
SearchFilter«SearchTermV2»Req:
@@ -3147,7 +3155,9 @@ components:
31473155
- user.email
31483156
- user.id
31493157
value:
3150-
type: string
3158+
type:
3159+
- string
3160+
- 'null'
31513161
description: The input for the search.
31523162
31533163
SearchFilter«SearchTermV2»Res:
@@ -3261,7 +3271,9 @@ components:
32613271
- user.email
32623272
- user.id
32633273
value:
3264-
type: string
3274+
type:
3275+
- string
3276+
- 'null'
32653277
description: The input for the search.
32663278
32673279
SearchRequest«SearchTermV1»:

0 commit comments

Comments
 (0)