Skip to content

Commit

Permalink
fix typo - "english" is not a valid language code (elastic#114166)
Browse files Browse the repository at this point in the history
This example request will succeed, but follow-up requests to run a sync on a connector with this language value will fail.
  • Loading branch information
seanstory authored Oct 7, 2024
1 parent d1644b3 commit 71faa01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
----

Expand Down

0 comments on commit 71faa01

Please sign in to comment.