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: oas_docs/output/kibana.serverless.yaml
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4416,14 +4416,16 @@ paths:
4416
4416
required:
4417
4417
- type
4418
4418
- id
4419
-
- in: query
4419
+
- description: The fields to return in the `attributes` key of the response.
4420
+
in: query
4420
4421
name: fields
4421
4422
required: false
4422
4423
schema:
4423
-
items:
4424
-
description: The fields to return in the `attributes` key of the response.
4425
-
type: string
4426
-
type: array
4424
+
anyOf:
4425
+
- items:
4426
+
type: string
4427
+
type: array
4428
+
- type: string
4427
4429
- description: 'A KQL string that you filter with an attribute from your saved object. It should look like `savedObjectType.attributes.title: "myTitle"`. However, if you used a direct attribute of a saved object, such as `updatedAt`, you must define your filter, for example, `savedObjectType.updatedAt > 2018-12-22`.'
Copy file name to clipboardExpand all lines: oas_docs/output/kibana.yaml
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4946,14 +4946,16 @@ paths:
4946
4946
required:
4947
4947
- type
4948
4948
- id
4949
-
- in: query
4949
+
- description: The fields to return in the `attributes` key of the response.
4950
+
in: query
4950
4951
name: fields
4951
4952
required: false
4952
4953
schema:
4953
-
items:
4954
-
description: The fields to return in the `attributes` key of the response.
4955
-
type: string
4956
-
type: array
4954
+
anyOf:
4955
+
- items:
4956
+
type: string
4957
+
type: array
4958
+
- type: string
4957
4959
- description: 'A KQL string that you filter with an attribute from your saved object. It should look like `savedObjectType.attributes.title: "myTitle"`. However, if you used a direct attribute of a saved object, such as `updatedAt`, you must define your filter, for example, `savedObjectType.updatedAt > 2018-12-22`.'
0 commit comments