From 0781e51fac89d688feb5a958418cb45b324da5f4 Mon Sep 17 00:00:00 2001 From: Alex Szabo Date: Thu, 19 Sep 2024 14:50:31 +0200 Subject: [PATCH] [fix] regenerate and add missing openapi-generated files (#193419) ## Summary Main seems to be broken because of a check. These are probably regenerated with a different shape since the js-yaml update: #190678 --- ...ity_solution_timeline_api_2023_10_31.bundled.schema.yaml | 6 +++--- ...ity_solution_timeline_api_2023_10_31.bundled.schema.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 36b20f661d3f0..5d55fac18c402 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 @@ -131,7 +131,7 @@ paths: type: string required: - note - description: 'The note to add or update, along with additional metadata.' + description: The note to add or update, along with additional metadata. required: true responses: '200': @@ -185,7 +185,7 @@ paths: required: - eventId - timelineId - description: 'The pinned event to add or update, along with additional metadata.' + description: The pinned event to add or update, along with additional metadata. required: true responses: '200': @@ -321,7 +321,7 @@ paths: - timelineId - version - timeline - description: 'The Timeline updates, along with the Timeline ID and version.' + description: The Timeline updates, along with the Timeline ID and version. required: true responses: '200': 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 5c676bec03ef5..d8536c1703ed7 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 @@ -131,7 +131,7 @@ paths: type: string required: - note - description: 'The note to add or update, along with additional metadata.' + description: The note to add or update, along with additional metadata. required: true responses: '200': @@ -185,7 +185,7 @@ paths: required: - eventId - timelineId - description: 'The pinned event to add or update, along with additional metadata.' + description: The pinned event to add or update, along with additional metadata. required: true responses: '200': @@ -321,7 +321,7 @@ paths: - timelineId - version - timeline - description: 'The Timeline updates, along with the Timeline ID and version.' + description: The Timeline updates, along with the Timeline ID and version. required: true responses: '200':