rest-api-spec.api.connector.update_configuration.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
Elasticsearch subproject :rest-api-spec
The newest version!
{
"connector.update_configuration": {
"documentation": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/update-connector-configuration-api.html",
"description": "Updates the connector configuration."
},
"stability": "experimental",
"visibility": "public",
"headers": {
"accept": [
"application/json"
],
"content_type": [
"application/json"
]
},
"url": {
"paths": [
{
"path": "/_connector/{connector_id}/_configuration",
"methods": [
"PUT"
],
"parts": {
"connector_id": {
"type": "string",
"description": "The unique identifier of the connector to be updated."
}
}
}
]
},
"body": {
"description": "Mapping between field names to configuration.",
"required": true
}
}
}