@@ -937,7 +937,7 @@ components:
937
937
description : Use as the pgToken value in another request to indicate the
938
938
starting point for additional page results. nextPgToken is null if there
939
939
are no more results or if pgToken was not supplied.
940
- example : 0_147e9445-2f30-4a91-8b2a-9455332e880a_973435567569502913_986467523038446097_163
940
+ example : null
941
941
problems :
942
942
type : array
943
943
description : List of problems in the request. A problem with a search request
@@ -2681,7 +2681,9 @@ components:
2681
2681
- userUid
2682
2682
- windowTitle
2683
2683
value :
2684
- type : string
2684
+ type :
2685
+ - string
2686
+ - ' null'
2685
2687
description : The input for the search.
2686
2688
2687
2689
SearchFilter«SearchTermV1»Req :
@@ -2799,7 +2801,9 @@ components:
2799
2801
- userUid
2800
2802
- windowTitle
2801
2803
value :
2802
- type : string
2804
+ type :
2805
+ - string
2806
+ - ' null'
2803
2807
description : The input for the search.
2804
2808
2805
2809
SearchFilter«SearchTermV1»Res :
@@ -2919,7 +2923,9 @@ components:
2919
2923
- file.hash.md5
2920
2924
- file.hash.sha256
2921
2925
value :
2922
- type : string
2926
+ type :
2927
+ - string
2928
+ - ' null'
2923
2929
description : The input for the search.
2924
2930
2925
2931
SearchFilter«SearchTermV2» :
@@ -3033,7 +3039,9 @@ components:
3033
3039
- user.email
3034
3040
- user.id
3035
3041
value :
3036
- type : string
3042
+ type :
3043
+ - string
3044
+ - ' null'
3037
3045
description : The input for the search.
3038
3046
3039
3047
SearchFilter«SearchTermV2»Req :
@@ -3147,7 +3155,9 @@ components:
3147
3155
- user.email
3148
3156
- user.id
3149
3157
value :
3150
- type : string
3158
+ type :
3159
+ - string
3160
+ - ' null'
3151
3161
description : The input for the search.
3152
3162
3153
3163
SearchFilter«SearchTermV2»Res :
@@ -3261,7 +3271,9 @@ components:
3261
3271
- user.email
3262
3272
- user.id
3263
3273
value :
3264
- type : string
3274
+ type :
3275
+ - string
3276
+ - ' null'
3265
3277
description : The input for the search.
3266
3278
3267
3279
SearchRequest«SearchTermV1» :
0 commit comments