---
title: "Set Admission Controls"
method: PATCH
path: "/api/v1/internal/self-serve/settings"
tags: ["internal", "self-serve"]
---

# Set Admission Controls

`PATCH /api/v1/internal/self-serve/settings`

Update the stated public controls, effective for the next request.

Returns the refreshed controls so the caller confirms the new state without
a second round-trip.

## Request body

- union — The supplied controls change; omitted controls stay unchanged. An operator must state at least one switch. Explicit null is rejected rather than read as omission, while explicit false remains a write.
  - AdmissionsPausedControlUpdate
    - `admissions_paused` boolean, required
    - `public_signup_enabled` boolean
  - PublicSignupControlUpdate
    - `admissions_paused` boolean
    - `public_signup_enabled` boolean, required

## Response `200`

Successful Response

- OperatorControlsResponse — The public controls and the capacity they govern.
  - `admissions_paused` boolean, required
  - `public_signup_enabled` boolean, required
  - `seats_used` integer, required
  - `seat_cap` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/maia-analytics/apis/maia-api.md) · [All operations](https://skmtc.dev/maia-analytics/apis/maia-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/maia-analytics/maia-api/revisions/0c94a4b5a00e/schema)
