浏览代码

fix typo - "english" is not a valid language code (#114166) (#114216)

This example request will succeed, but follow-up requests to run a sync on a connector with this language value will fail.
Sean Story 1 年之前
父节点
当前提交
417d0ca92e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/connector/apis/create-connector-api.asciidoc

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

@@ -116,7 +116,7 @@ PUT _connector/my-connector
   "name": "My Connector",
   "description": "My Connector to sync data to Elastic index from Google Drive",
   "service_type": "google_drive",
-  "language": "english"
+  "language": "en"
 }
 ----