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

rest-api-spec.api.search_application.put.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "search_application.put": {
    "documentation": {
      "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/put-search-application.html",
      "description": "Creates or updates a search application."
    },
    "stability": "experimental",
    "visibility": "public",
    "headers": {
      "accept": [
        "application/json"
      ],
      "content_type": [
        "application/json"
      ]
    },
    "url": {
      "paths": [
        {
          "path": "/_application/search_application/{name}",
          "methods": [
            "PUT"
          ],
          "parts": {
            "name": {
              "type": "string",
              "description": "The name of the search application to be created or updated"
            }
          }
        }
      ]
    },
    "params": {
      "create": {
        "type": "boolean",
        "description": "If true, requires that a search application with the specified resource_id does not already exist. (default: false)"
      }
    },
    "body": {
      "description": "The search application configuration, including `indices`",
      "required": true
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy