A newer version is available. For the latest information, see the
current release documentation.
UpdateExtensionRequest
edit
The body of a request to update an extension
Propertiesedit
-
extension_type
(string
, required) - The type of the extension.
-
name
(string
, required) - The name of the extension.
-
url
(string
, required) - The url of the extension.
-
version
(string
, required) - The Elasticsearch version.
Exampleedit
{ "extension_type" : "string", "name" : "string", "url" : "string", "version" : "string" }