Skip to content

Commit b6a9555

Browse files
lcawlkibanamachine
andauthored
[9.2] [DOCS] Fix OpenAPI error in OpenAI connector secrets (#244679) (#245154)
# Backport This will backport the following commits from `main` to `9.2`: - [[DOCS] Fix OpenAPI error in OpenAI connector secrets (#244679)](#244679) <!--- Backport version: 10.2.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2025-12-03T01:55:16Z","message":"[DOCS] Fix OpenAPI error in OpenAI connector secrets (#244679)","sha":"ea6462079e0f332141a623330595c46d7085fab7","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","backport:version","v9.3.0","v8.19.8","v9.2.2"],"title":"[DOCS] Fix OpenAPI error in OpenAI connector secrets","number":244679,"url":"https://github.com/elastic/kibana/pull/244679","mergeCommit":{"message":"[DOCS] Fix OpenAPI error in OpenAI connector secrets (#244679)","sha":"ea6462079e0f332141a623330595c46d7085fab7"}},"sourceBranch":"main","suggestedTargetBranches":["8.19","9.2"],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/244679","number":244679,"mergeCommit":{"message":"[DOCS] Fix OpenAPI error in OpenAI connector secrets (#244679)","sha":"ea6462079e0f332141a623330595c46d7085fab7"}},{"branch":"8.19","label":"v8.19.8","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.2","label":"v9.2.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
1 parent 0c78ebc commit b6a9555

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
@@ -86859,7 +86859,6 @@ components:
8685986859
description: |
8686086860
Base64-encoded PEM CA certificate content for PKI authentication (Other provider only). Optional.
8686186861
minLength: 1
86862-
required: []
8686386862
opsgenie_secrets:
8686486863
title: Connector secrets properties for an Opsgenie connector
8686586864
required:

oas_docs/output/kibana.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98168,7 +98168,6 @@ components:
9816898168
description: |
9816998169
Base64-encoded PEM CA certificate content for PKI authentication (Other provider only). Optional.
9817098170
minLength: 1
98171-
required: []
9817298171
opsgenie_secrets:
9817398172
title: Connector secrets properties for an Opsgenie connector
9817498173
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": 60,
3-
"./oas_docs/output/kibana.serverless.yaml": 268
2+
"./oas_docs/output/kibana.yaml": 59,
3+
"./oas_docs/output/kibana.serverless.yaml": 267
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)