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

# Update a specific provider

`PUT /providers/{id}`

Update a specific provider

## Path parameters

- `id` string, required

## Request body

- AddProvider
  - `name` string, required — The name of the provider
  - `published` integer, required — Is provider published?
  - `venue_id` string — ID of the providers venue
  - `contact_id` string — ID of the providers contact
  - `flagged` boolean — Should this content be reivewed?

## Response `200`

Provider udpated

- Providers
  - `id` string — UUID of provider
  - `name` string — The name of the provider
  - `published` integer — Boolean if provider is published
  - `venue_id` string — ID of the providers venue
  - `contact_id` string — ID of the providers contact
  - `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)
