Skip to content

Commit 3c02efe

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

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
@@ -115,7 +115,7 @@ PUT _connector/my-connector
115115
"name": "My Connector",
116116
"description": "My Connector to sync data to Elastic index from Google Drive",
117117
"service_type": "google_drive",
118-
"language": "english"
118+
"language": "en"
119119
}
120120
----
121121

0 commit comments

Comments
 (0)