Skip to content

Commit ed3e1e7

Browse files
authored
typo, "english" isn't a valid language code
You get errors later if you try to run a sync after having set the language as `"english"`
1 parent 3580874 commit ed3e1e7

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)