From f40a60f2324a7971b05c58e166fa66c0bdceaa14 Mon Sep 17 00:00:00 2001 From: PhilippeOberti Date: Fri, 18 Oct 2024 10:28:08 -0500 Subject: [PATCH 1/2] [Security Solution][Notes] - fix an issue that breaks the notes management page, an enum value was missing from the api --- .../output/kibana.serverless.staging.yaml | 19 +++++++------- oas_docs/output/kibana.serverless.yaml | 19 +++++++------- oas_docs/output/kibana.staging.yaml | 25 ++++++++++--------- oas_docs/output/kibana.yaml | 25 ++++++++++--------- .../timeline/get_notes/get_notes_route.gen.ts | 1 + .../get_notes/get_notes_route.schema.yaml | 9 ++++--- ...imeline_api_2023_10_31.bundled.schema.yaml | 1 + ...imeline_api_2023_10_31.bundled.schema.yaml | 1 + 8 files changed, 54 insertions(+), 46 deletions(-) diff --git a/oas_docs/output/kibana.serverless.staging.yaml b/oas_docs/output/kibana.serverless.staging.yaml index 1ee5e2e149a1f..4ddba86c6746a 100644 --- a/oas_docs/output/kibana.serverless.staging.yaml +++ b/oas_docs/output/kibana.serverless.staging.yaml @@ -3,7 +3,7 @@ info: contact: name: Kibana Team description: > - **Technical preview** + **Technical preview** This functionality is in technical preview and may be changed or removed in a future release. @@ -170,7 +170,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -269,7 +269,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -361,7 +361,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -447,7 +447,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -569,7 +569,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -665,7 +665,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -757,7 +757,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -845,7 +845,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -49426,6 +49426,7 @@ components: Security_Timeline_API_AssociatedFilterType: description: Filter notes based on their association with a document or saved object. enum: + - all - document_only - saved_object_only - document_and_saved_object diff --git a/oas_docs/output/kibana.serverless.yaml b/oas_docs/output/kibana.serverless.yaml index 1ee5e2e149a1f..4ddba86c6746a 100644 --- a/oas_docs/output/kibana.serverless.yaml +++ b/oas_docs/output/kibana.serverless.yaml @@ -3,7 +3,7 @@ info: contact: name: Kibana Team description: > - **Technical preview** + **Technical preview** This functionality is in technical preview and may be changed or removed in a future release. @@ -170,7 +170,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -269,7 +269,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -361,7 +361,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -447,7 +447,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -569,7 +569,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -665,7 +665,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -757,7 +757,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -845,7 +845,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -49426,6 +49426,7 @@ components: Security_Timeline_API_AssociatedFilterType: description: Filter notes based on their association with a document or saved object. enum: + - all - document_only - saved_object_only - document_and_saved_object diff --git a/oas_docs/output/kibana.staging.yaml b/oas_docs/output/kibana.staging.yaml index 7326d9c10436d..cedcc960c2d8d 100644 --- a/oas_docs/output/kibana.staging.yaml +++ b/oas_docs/output/kibana.staging.yaml @@ -163,7 +163,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -262,7 +262,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -354,7 +354,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -440,7 +440,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -562,7 +562,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -658,7 +658,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -750,7 +750,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -838,7 +838,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -6975,7 +6975,7 @@ paths: - cases patch: description: > - You must have `all` privileges for the **Cases** feature in the + You must have `all` privileges for the **Cases** feature in the **Management**, **Observability**, or **Security** section of the Kibana feature privileges, depending on the owner of the case you're updating. @@ -39355,7 +39355,7 @@ paths: description: > Indicates a successful call. NOTE: This HTTP response code indicates that the bulk operation succeeded. Errors pertaining to individual - objects will be returned in the response body. + objects will be returned in the response body. '400': content: application/json; Elastic-Api-Version=2023-10-31: @@ -39389,7 +39389,7 @@ paths: description: > Indicates a successful call. NOTE: This HTTP response code indicates that the bulk operation succeeded. Errors pertaining to individual - objects will be returned in the response body. + objects will be returned in the response body. '400': content: application/json; Elastic-Api-Version=2023-10-31: @@ -46086,7 +46086,7 @@ components: description: > The scaling factor to use when encoding values. This property is applicable when `type` is `scaled_float`. Values will be multiplied - by this factor at index time and rounded to the closest long value. + by this factor at index time and rounded to the closest long value. type: integer type: description: Specifies the data type for the field. @@ -58192,6 +58192,7 @@ components: Security_Timeline_API_AssociatedFilterType: description: Filter notes based on their association with a document or saved object. enum: + - all - document_only - saved_object_only - document_and_saved_object diff --git a/oas_docs/output/kibana.yaml b/oas_docs/output/kibana.yaml index 7326d9c10436d..cedcc960c2d8d 100644 --- a/oas_docs/output/kibana.yaml +++ b/oas_docs/output/kibana.yaml @@ -163,7 +163,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -262,7 +262,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -354,7 +354,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -440,7 +440,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -562,7 +562,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -658,7 +658,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -750,7 +750,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -838,7 +838,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -6975,7 +6975,7 @@ paths: - cases patch: description: > - You must have `all` privileges for the **Cases** feature in the + You must have `all` privileges for the **Cases** feature in the **Management**, **Observability**, or **Security** section of the Kibana feature privileges, depending on the owner of the case you're updating. @@ -39355,7 +39355,7 @@ paths: description: > Indicates a successful call. NOTE: This HTTP response code indicates that the bulk operation succeeded. Errors pertaining to individual - objects will be returned in the response body. + objects will be returned in the response body. '400': content: application/json; Elastic-Api-Version=2023-10-31: @@ -39389,7 +39389,7 @@ paths: description: > Indicates a successful call. NOTE: This HTTP response code indicates that the bulk operation succeeded. Errors pertaining to individual - objects will be returned in the response body. + objects will be returned in the response body. '400': content: application/json; Elastic-Api-Version=2023-10-31: @@ -46086,7 +46086,7 @@ components: description: > The scaling factor to use when encoding values. This property is applicable when `type` is `scaled_float`. Values will be multiplied - by this factor at index time and rounded to the closest long value. + by this factor at index time and rounded to the closest long value. type: integer type: description: Specifies the data type for the field. @@ -58192,6 +58192,7 @@ components: Security_Timeline_API_AssociatedFilterType: description: Filter notes based on their association with a document or saved object. enum: + - all - document_only - saved_object_only - document_and_saved_object diff --git a/x-pack/plugins/security_solution/common/api/timeline/get_notes/get_notes_route.gen.ts b/x-pack/plugins/security_solution/common/api/timeline/get_notes/get_notes_route.gen.ts index 41615f24d011c..151fb05f41856 100644 --- a/x-pack/plugins/security_solution/common/api/timeline/get_notes/get_notes_route.gen.ts +++ b/x-pack/plugins/security_solution/common/api/timeline/get_notes/get_notes_route.gen.ts @@ -23,6 +23,7 @@ import { Note } from '../model/components.gen'; */ export type AssociatedFilterType = z.infer; export const AssociatedFilterType = z.enum([ + 'all', 'document_only', 'saved_object_only', 'document_and_saved_object', diff --git a/x-pack/plugins/security_solution/common/api/timeline/get_notes/get_notes_route.schema.yaml b/x-pack/plugins/security_solution/common/api/timeline/get_notes/get_notes_route.schema.yaml index 734a9580dcd23..019c11baa7386 100644 --- a/x-pack/plugins/security_solution/common/api/timeline/get_notes/get_notes_route.schema.yaml +++ b/x-pack/plugins/security_solution/common/api/timeline/get_notes/get_notes_route.schema.yaml @@ -75,10 +75,11 @@ components: AssociatedFilterType: type: string enum: - - document_only - - saved_object_only - - document_and_saved_object - - orphan + - all + - document_only + - saved_object_only + - document_and_saved_object + - orphan description: Filter notes based on their association with a document or saved object. DocumentIds: oneOf: diff --git a/x-pack/plugins/security_solution/docs/openapi/ess/security_solution_timeline_api_2023_10_31.bundled.schema.yaml b/x-pack/plugins/security_solution/docs/openapi/ess/security_solution_timeline_api_2023_10_31.bundled.schema.yaml index e48dafbdc0e05..7a928b357603b 100644 --- a/x-pack/plugins/security_solution/docs/openapi/ess/security_solution_timeline_api_2023_10_31.bundled.schema.yaml +++ b/x-pack/plugins/security_solution/docs/openapi/ess/security_solution_timeline_api_2023_10_31.bundled.schema.yaml @@ -928,6 +928,7 @@ components: AssociatedFilterType: description: Filter notes based on their association with a document or saved object. enum: + - all - document_only - saved_object_only - document_and_saved_object diff --git a/x-pack/plugins/security_solution/docs/openapi/serverless/security_solution_timeline_api_2023_10_31.bundled.schema.yaml b/x-pack/plugins/security_solution/docs/openapi/serverless/security_solution_timeline_api_2023_10_31.bundled.schema.yaml index fab5e022c6b06..6ffcd585d8160 100644 --- a/x-pack/plugins/security_solution/docs/openapi/serverless/security_solution_timeline_api_2023_10_31.bundled.schema.yaml +++ b/x-pack/plugins/security_solution/docs/openapi/serverless/security_solution_timeline_api_2023_10_31.bundled.schema.yaml @@ -928,6 +928,7 @@ components: AssociatedFilterType: description: Filter notes based on their association with a document or saved object. enum: + - all - document_only - saved_object_only - document_and_saved_object From 5866bef5b408e9a8c61af5d6952d93e1ed059849 Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:19:32 +0000 Subject: [PATCH 2/2] [CI] Auto-commit changed files from 'make api-docs && make api-docs-staging' --- .../output/kibana.serverless.staging.yaml | 18 +++++++------- oas_docs/output/kibana.serverless.yaml | 18 +++++++------- oas_docs/output/kibana.staging.yaml | 24 +++++++++---------- oas_docs/output/kibana.yaml | 24 +++++++++---------- 4 files changed, 42 insertions(+), 42 deletions(-) diff --git a/oas_docs/output/kibana.serverless.staging.yaml b/oas_docs/output/kibana.serverless.staging.yaml index 4ddba86c6746a..16781e74b0c9b 100644 --- a/oas_docs/output/kibana.serverless.staging.yaml +++ b/oas_docs/output/kibana.serverless.staging.yaml @@ -3,7 +3,7 @@ info: contact: name: Kibana Team description: > - **Technical preview** + **Technical preview** This functionality is in technical preview and may be changed or removed in a future release. @@ -170,7 +170,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -269,7 +269,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -361,7 +361,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -447,7 +447,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -569,7 +569,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -665,7 +665,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -757,7 +757,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -845,7 +845,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- diff --git a/oas_docs/output/kibana.serverless.yaml b/oas_docs/output/kibana.serverless.yaml index 4ddba86c6746a..16781e74b0c9b 100644 --- a/oas_docs/output/kibana.serverless.yaml +++ b/oas_docs/output/kibana.serverless.yaml @@ -3,7 +3,7 @@ info: contact: name: Kibana Team description: > - **Technical preview** + **Technical preview** This functionality is in technical preview and may be changed or removed in a future release. @@ -170,7 +170,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -269,7 +269,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -361,7 +361,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -447,7 +447,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -569,7 +569,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -665,7 +665,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -757,7 +757,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -845,7 +845,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- diff --git a/oas_docs/output/kibana.staging.yaml b/oas_docs/output/kibana.staging.yaml index cedcc960c2d8d..8dc1e3614b18f 100644 --- a/oas_docs/output/kibana.staging.yaml +++ b/oas_docs/output/kibana.staging.yaml @@ -163,7 +163,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -262,7 +262,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -354,7 +354,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -440,7 +440,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -562,7 +562,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -658,7 +658,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -750,7 +750,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -838,7 +838,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -6975,7 +6975,7 @@ paths: - cases patch: description: > - You must have `all` privileges for the **Cases** feature in the + You must have `all` privileges for the **Cases** feature in the **Management**, **Observability**, or **Security** section of the Kibana feature privileges, depending on the owner of the case you're updating. @@ -39355,7 +39355,7 @@ paths: description: > Indicates a successful call. NOTE: This HTTP response code indicates that the bulk operation succeeded. Errors pertaining to individual - objects will be returned in the response body. + objects will be returned in the response body. '400': content: application/json; Elastic-Api-Version=2023-10-31: @@ -39389,7 +39389,7 @@ paths: description: > Indicates a successful call. NOTE: This HTTP response code indicates that the bulk operation succeeded. Errors pertaining to individual - objects will be returned in the response body. + objects will be returned in the response body. '400': content: application/json; Elastic-Api-Version=2023-10-31: @@ -46086,7 +46086,7 @@ components: description: > The scaling factor to use when encoding values. This property is applicable when `type` is `scaled_float`. Values will be multiplied - by this factor at index time and rounded to the closest long value. + by this factor at index time and rounded to the closest long value. type: integer type: description: Specifies the data type for the field. diff --git a/oas_docs/output/kibana.yaml b/oas_docs/output/kibana.yaml index cedcc960c2d8d..8dc1e3614b18f 100644 --- a/oas_docs/output/kibana.yaml +++ b/oas_docs/output/kibana.yaml @@ -163,7 +163,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -262,7 +262,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -354,7 +354,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -440,7 +440,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -562,7 +562,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -658,7 +658,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -750,7 +750,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -838,7 +838,7 @@ paths: description: >- Indicates whether the connector is preconfigured. If true, the `config` and `is_missing_secrets` properties are - omitted from the response. + omitted from the response. type: boolean is_system_action: description: >- @@ -6975,7 +6975,7 @@ paths: - cases patch: description: > - You must have `all` privileges for the **Cases** feature in the + You must have `all` privileges for the **Cases** feature in the **Management**, **Observability**, or **Security** section of the Kibana feature privileges, depending on the owner of the case you're updating. @@ -39355,7 +39355,7 @@ paths: description: > Indicates a successful call. NOTE: This HTTP response code indicates that the bulk operation succeeded. Errors pertaining to individual - objects will be returned in the response body. + objects will be returned in the response body. '400': content: application/json; Elastic-Api-Version=2023-10-31: @@ -39389,7 +39389,7 @@ paths: description: > Indicates a successful call. NOTE: This HTTP response code indicates that the bulk operation succeeded. Errors pertaining to individual - objects will be returned in the response body. + objects will be returned in the response body. '400': content: application/json; Elastic-Api-Version=2023-10-31: @@ -46086,7 +46086,7 @@ components: description: > The scaling factor to use when encoding values. This property is applicable when `type` is `scaled_float`. Values will be multiplied - by this factor at index time and rounded to the closest long value. + by this factor at index time and rounded to the closest long value. type: integer type: description: Specifies the data type for the field.