---
title: "Batch update events"
method: PATCH
path: "/events/batchUpdate"
tags: ["Events"]
---

# Batch update events

`PATCH /events/batchUpdate`

Updates checkInReady status for multiple events at once.

## Request body

- object[]
  - `_id` string, required
  - `checkInReady` boolean, required

## Response `200`

Batch update result

- object
  - `ok` number
  - `nModified` number
  - `n` number

## Other responses

- `400` — Bad request

---

[API](https://skmtc.dev/hackforla/apis/vrms-api.md) · [All operations](https://skmtc.dev/hackforla/apis/vrms-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hackforla/vrms-api/revisions/092c34cc0e58/schema)
