---
search:
  tags:
    - Venues
    - PATCH
seo:
  description: >-
    A patch: omitted fields are left alone. Changing address clears… Reference
    for the PATCH /api/v1/venues/{id} endpoint in the Bloomcount Public API API.
sidebar:
  label: Update a venue
  badge: PATCH
title: Update a venue
type: openapi-operation
---
A patch: omitted fields are left alone. Changing `address` clears `distanceMeters` and `durationSeconds` and
schedules a fresh lookup, so both read `null` until it lands.

**Errors**

- `404 venue_not_found` — unknown ID, or one belonging to another tenant.
- `422 venue_name_required` — `name` present but blank.

<Operation source="reference" id="patch-api-v1-venues-id" />
