Skip to content

Commit

Permalink
[DOCS] Fix example value for connector ID
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Jan 4, 2023
1 parent 833d082 commit cdb52ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/actions/docs/openapi/bundled.json
Expand Up @@ -235,7 +235,7 @@
"required": true,
"schema": {
"type": "string",
"example": "default"
"example": "df770e30-8b8b-11ed-a780-3b746c987a81"
}
},
"space_id": {
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/actions/docs/openapi/bundled.yaml
Expand Up @@ -160,7 +160,7 @@ components:
required: true
schema:
type: string
example: default
example: df770e30-8b8b-11ed-a780-3b746c987a81
space_id:
in: path
name: spaceId
Expand Down
Expand Up @@ -4,4 +4,4 @@ description: An identifier for the connector.
required: true
schema:
type: string
example: default
example: df770e30-8b8b-11ed-a780-3b746c987a81

0 comments on commit cdb52ff

Please sign in to comment.