Skip to content

Commit ea64620

Browse files
authored
[DOCS] Fix OpenAPI error in OpenAI connector secrets (#244679)
1 parent cae012d commit ea64620

4 files changed

Lines changed: 2 additions & 5 deletions

File tree

oas_docs/output/kibana.serverless.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94071,7 +94071,6 @@ components:
9407194071
description: |
9407294072
Base64-encoded PEM CA certificate content for PKI authentication (Other provider only). Optional.
9407394073
minLength: 1
94074-
required: []
9407594074
opsgenie_secrets:
9407694075
title: Connector secrets properties for an Opsgenie connector
9407794076
required:

oas_docs/output/kibana.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105176,7 +105176,6 @@ components:
105176105176
description: |
105177105177
Base64-encoded PEM CA certificate content for PKI authentication (Other provider only). Optional.
105178105178
minLength: 1
105179-
required: []
105180105179
opsgenie_secrets:
105181105180
title: Connector secrets properties for an Opsgenie connector
105182105181
required:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"./oas_docs/output/kibana.yaml": 1244,
3-
"./oas_docs/output/kibana.serverless.yaml": 1137
2+
"./oas_docs/output/kibana.yaml": 1243,
3+
"./oas_docs/output/kibana.serverless.yaml": 1136
44
}

x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/genai_secrets.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ properties:
2323
description: |
2424
Base64-encoded PEM CA certificate content for PKI authentication (Other provider only). Optional.
2525
minLength: 1
26-
required: []

0 commit comments

Comments
 (0)