---
title: "Update an integration event."
method: PATCH
path: "/integration/v1/events/{id}"
tags: ["Integration Events"]
---

# Update an integration event.

`PATCH /integration/v1/events/{id}`

## Path parameters

- `id` string, required

## Headers

- `x-property-id` string, required

## Request body

- IntegrationEventUpdateRequestSchema
  - `status` 'open' | 'completed', required — Status of the integration event.

## Response `200`

An integration event that was just updated.

- IntegrationEventResponseSchema
  - `id` string, required — Unique identifier for the integration event.
  - `propertyId` string, required — Unique identifier for the property.
  - `objectId` string, nullable — Unique identifier for the object associated with the integration event.
  - `objectType` string, required — Type of object associated with the integration event.
  - `system` string, required — Type of system associated with the integration event.
  - `status` 'open' | 'completed', required — Status of the integration event.
  - `result` 'failure' | 'success' | 'action_required' | 'warning', required — Result of the integration event.
  - `description` string, nullable — Short description of the integration event.
  - `details` string, nullable — Detailed information about the integration event.
  - `actionText` string, nullable — Text to be displayed for the action associated with the integration event.
  - `createdAt` string, Y-m-d\TH:i:sP, required
  - `updatedAt` string, Y-m-d\TH:i:sP, nullable
  - `retriedAt` string, Y-m-d\TH:i:sP, nullable

## Other responses

- `400` — Bad Request response
- `401` — Unauthorized response
- `500` — Internal server error

---

[API](https://skmtc.net/cloudbeds/apis/cloudbeds-api.md) · [All operations](https://skmtc.net/cloudbeds/apis/cloudbeds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudbeds/cloudbeds-api/revisions/2faa857793e8/schema)
