PUT
/
v1
/
processors
/
automations
/
endpoints
/
{endpoint_id}
automation = reclient.processors.automations.endpoints.update(
    endpoint_id="endp_jKH0WW6X1dD3wtWbnuuXQ",
    name="Endpoint Automation Updated",
)
{
  "id": "endp_jKH0WW6X1dD3wtWbnuuXQ",
  "name": "Endpoint Automation Updated",
  "processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
  "updated_at": "2025-06-26T16:31:04.953000",
  "default_language": "en",
  "webhook_url": "https://your-server.com/webhook",
  "webhook_headers": {},
  "need_validation": false,
  "object": "automation.endpoint"
}
automation = reclient.processors.automations.endpoints.update(
    endpoint_id="endp_jKH0WW6X1dD3wtWbnuuXQ",
    name="Endpoint Automation Updated",
)
{
  "id": "endp_jKH0WW6X1dD3wtWbnuuXQ",
  "name": "Endpoint Automation Updated",
  "processor_id": "proc_o4dtLxizT0kDAjeKuyVLA",
  "updated_at": "2025-06-26T16:31:04.953000",
  "default_language": "en",
  "webhook_url": "https://your-server.com/webhook",
  "webhook_headers": {},
  "need_validation": false,
  "object": "automation.endpoint"
}

Authorizations

Api-Key
string
header
required

Path Parameters

endpoint_id
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.