All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.api.connector.update_native.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "connector.update_native": {
    "documentation": {
      "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/connector-apis.html",
      "description": "Updates the is_native flag of the connector."
    },
    "stability": "experimental",
    "visibility": "public",
    "headers": {
      "accept": [
        "application/json"
      ],
      "content_type": [
        "application/json"
      ]
    },
    "url": {
      "paths": [
        {
          "path": "/_connector/{connector_id}/_native",
          "methods": [
            "PUT"
          ],
          "parts": {
            "connector_id": {
              "type": "string",
              "description": "The unique identifier of the connector to be updated."
            }
          }
        }
      ]
    },
    "body": {
      "description": "An object containing the connector's is_native flag",
      "required": true
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy