---
title: "Update an existing event handler."
method: PUT
path: "/api/event"
tags: ["event-resource"]
---

# Update an existing event handler.

`PUT /api/event`

## Request body

- EventHandler
  - `actions` Action[] — unresolved $ref
  - `active` boolean
  - `condition` string
  - `createdBy` string
  - `description` string
  - `evaluatorType` string
  - `event` string
  - `name` string
  - `orgId` string
  - `tags` Tag[]
    - `key` string
    - `type` string
    - `value` string

## Response `200`

OK

---

[API](https://skmtc.dev/orkescloud/apis/orkes-conductor-api-server.md) · [All operations](https://skmtc.dev/orkescloud/apis/orkes-conductor-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orkescloud/orkes-conductor-api-server/revisions/6ebf0c14ac41/schema)
