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

# Update a specific venue

`PUT /venues/{id}`

Update a specific venue

## Path parameters

- `id` string, required

## Request body

- AddVenue
  - `provider_id` string — UUID of the provider
  - `name` string, required — Name of the venue
  - `address` string, required — Address of the venue
  - `details` string — Details of the venue

## Response `200`

Provider udpated

- Venue
  - `id` string — UUID of venue
  - `service_id` string — UUID of the provider
  - `provider_id` string — UUID of the provider
  - `name` string — Name of the venue
  - `address` string — Address of the venue
  - `details` string — Details 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
  - `flagged` boolean — Should this content be reivewed?

---

[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)
