IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

UpdateExtensionRequest

edit

The body of a request to update an extension

Properties

edit
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.

Example

edit
{
   "extension_type" : "string",
   "name" : "string",
   "url" : "string",
   "version" : "string"
}