Skip to content

Commit 417d0ca

Browse files
authored
fix typo - "english" is not a valid language code (elastic#114166) (elastic#114216)
This example request will succeed, but follow-up requests to run a sync on a connector with this language value will fail.
1 parent 7e154ee commit 417d0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/connector/apis/create-connector-api.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ PUT _connector/my-connector
116116
"name": "My Connector",
117117
"description": "My Connector to sync data to Elastic index from Google Drive",
118118
"service_type": "google_drive",
119-
"language": "english"
119+
"language": "en"
120120
}
121121
----
122122

0 commit comments

Comments
 (0)