---
title: "Update Provider Capacity"
method: PUT
path: "/admin/providers/{provider_id}/capacity"
tags: ["provider", "admin"]
---

# Update Provider Capacity

`PUT /admin/providers/{provider_id}/capacity`

Update the capacity of a provider

## Path parameters

- `provider_id` string, required

## Query parameters

- `capacity` integer, required

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- ProviderCapacity
  - `id` string, required
  - `firstName` string, required
  - `lastName` string, required
  - `email` string, required
  - `bookingCapacity` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
