---
title: "SudoUpdateOrganizationQuotas update the quotas available for orgs"
method: PATCH
path: "/v1/superuser/quotas/organization"
---

# SudoUpdateOrganizationQuotas update the quotas available for orgs

`PATCH /v1/superuser/quotas/organization`

## Request body

- V1SudoUpdateOrganizationQuotasRequest
  - `deployments` integer
  - `org` string
  - `outstandingInvites` integer
  - `projects` integer
  - `seats` integer
  - `slotsPerDeployment` integer
  - `slotsTotal` integer
  - `storageLimitBytesPerDeployment` string, int64

## Response `200`

A successful response.

- V1SudoUpdateOrganizationQuotasResponse
  - `organization` V1Organization
    - `billingCustomerId` string
    - `billingEmail` string
    - `billingPlanDisplayName` string
    - `billingPlanName` string
    - `createdOn` string, date-time
    - `customDomain` string
    - `defaultProjectRoleId` string
    - `description` string
    - `displayName` string
    - `faviconUrl` string
    - `id` string
    - `logoDarkUrl` string
    - `logoUrl` string
    - `name` string
    - `paymentCustomerId` string
    - `quotas` V1OrganizationQuotas
      - `deployments` integer
      - `outstandingInvites` integer
      - `projects` integer
      - `seats` integer
      - `slotsPerDeployment` integer
      - `slotsTotal` integer
      - `storageLimitBytesPerDeployment` string, int64
    - `thumbnailUrl` string
    - `updatedOn` string, date-time

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rilldata/apis/rill-admin-api.md) · [All operations](https://skmtc.net/rilldata/apis/rill-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rilldata/rill-admin-api/revisions/289a0ca9ce49/schema)
