---
title: "Update a specific event"
method: PUT
path: "/events/{id}"
tags: ["events"]
---

# Update a specific event

`PUT /events/{id}`

Update a specific event

## Path parameters

- `id` string, required

## Request body

- AddEvent
  - `details` string, required — Details of the event
  - `venue_id` string — UUID of the venue
  - `time` string — Time the event is run

## Response `200`

Provider udpated

- Event
  - `id` string — UUID of event
  - `details` string — Details of the event
  - `time` string — Time the event is run
  - `venue_id` string — UUID of the venue
  - `created` string, date-time — The date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
  - `updated` string, date-time — The date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

---

[API](https://skmtc.net/london-borough-of-hackney/apis/lbh-col-directory-of-services-gateway-api.md) · [All operations](https://skmtc.net/london-borough-of-hackney/apis/lbh-col-directory-of-services-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/london-borough-of-hackney/lbh-col-directory-of-services-gateway-api/revisions/eb9745a84cde/schema)
