---
title: "Update the specified quota"
method: PUT
path: "/quotas/{id}"
tags: ["quota"]
---

# Update the specified quota

`PUT /quotas/{id}`

Update hard limits of the specified quota

## Path parameters

- `id` integer, required

## Headers

- `X-Request-Id` string

## Request body

- QuotaUpdateReq
  - `hard` ResourceList

## Response `200`

Success

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.dev/goharbor/apis/harbor-api.md) · [All operations](https://skmtc.dev/goharbor/apis/harbor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goharbor/harbor-api/revisions/62d78801f8df/schema)
