![JAR search and dependency download from the Maven repository](/logo.png)
rest-api-spec.api.connector.sync_job_error.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
{
"connector.sync_job_error": {
"documentation": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/set-connector-sync-job-error-api.html",
"description": "Sets an error for a connector sync job."
},
"stability": "experimental",
"visibility": "public",
"headers": {
"accept": [
"application/json"
],
"content_type": [
"application/json"
]
},
"url": {
"paths": [
{
"path": "/_connector/_sync_job/{connector_sync_job_id}/_error",
"methods": [
"PUT"
],
"parts": {
"connector_sync_job_id": {
"type": "string",
"description": "The unique identifier of the connector sync job to set an error for."
}
}
}
]
},
"body": {
"description": "The error to set in the connector sync job.",
"required": true
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy