From 6a5cd1f5147909c220aca1c13c11db5f9ff78c6e Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Wed, 25 Sep 2024 08:59:24 -0700 Subject: [PATCH] [DOCS][ResponseOps][Connectors] Add support of additional fields for ServiceNow ITSM and SecOps (#191779) (cherry picked from commit 6c291b8af211ac319adb31937eca2015c7c67d7b) --- .../docs/openapi/components/schemas/run_pushtoservice.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/x-pack/plugins/actions/docs/openapi/components/schemas/run_pushtoservice.yaml b/x-pack/plugins/actions/docs/openapi/components/schemas/run_pushtoservice.yaml index 210bf1dcf8570..0d5e2bd6a6d51 100644 --- a/x-pack/plugins/actions/docs/openapi/components/schemas/run_pushtoservice.yaml +++ b/x-pack/plugins/actions/docs/openapi/components/schemas/run_pushtoservice.yaml @@ -30,6 +30,13 @@ properties: type: object description: Information necessary to create or update a Jira, ServiceNow ITSM, ServiveNow SecOps, Swimlane, or TheHive incident. properties: + additional_fields: + type: string + nullable: true + maxLength: 20 + description: > + Additional fields for ServiceNow ITSM and ServiveNow SecOps connectors. + The fields must exist in the Elastic ServiceNow application and must be specified in JSON format. alertId: type: string description: The alert identifier for Swimlane connectors.