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: .generator/schemas/v2/openapi.yaml
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4307,6 +4307,7 @@ components:
4307
4307
ip_list:
4308
4308
description: The client IP addresses matched by the exclusion filter (CIDR notation is supported).
4309
4309
items:
4310
+
description: A single IP address to exclude.
4310
4311
example: "198.51.100.72"
4311
4312
type: string
4312
4313
type: array
@@ -4317,6 +4318,7 @@ components:
4317
4318
parameters:
4318
4319
description: A list of parameters matched by the exclusion filter in the HTTP query string and HTTP request body. Nested parameters can be matched by joining fields with a dot character.
4319
4320
items:
4321
+
description: A request parameter name to exclude from the query string or request body.
4320
4322
example: "list.search.query"
4321
4323
type: string
4322
4324
type: array
@@ -4353,6 +4355,7 @@ components:
4353
4355
ip_list:
4354
4356
description: The client IP addresses matched by the exclusion filter (CIDR notation is supported).
4355
4357
items:
4358
+
description: A single IP address to exclude.
4356
4359
example: "198.51.100.72"
4357
4360
type: string
4358
4361
type: array
@@ -4361,6 +4364,7 @@ components:
4361
4364
parameters:
4362
4365
description: A list of parameters matched by the exclusion filter in the HTTP query string and HTTP request body. Nested parameters can be matched by joining fields with a dot character.
4363
4366
items:
4367
+
description: A request parameter name to exclude from the query string or request body.
4364
4368
example: "list.search.query"
4365
4369
type: string
4366
4370
type: array
@@ -4512,6 +4516,7 @@ components:
4512
4516
ip_list:
4513
4517
description: The client IP addresses matched by the exclusion filter (CIDR notation is supported).
4514
4518
items:
4519
+
description: A single IP address to exclude.
4515
4520
example: "198.51.100.72"
4516
4521
type: string
4517
4522
type: array
@@ -7348,11 +7353,13 @@ components:
7348
7353
x-enum-varnames:
7349
7354
- REFERENCE_TABLES_BATCH_ROWS_QUERY
7350
7355
BatchRowsQueryRequest:
7356
+
description: Request object for querying multiple rows from a reference table by their identifiers.
0 commit comments