---
title: "Update Applicant Feature Access"
method: PUT
path: "/Admin/ApplicantAccess/{key}"
tags: ["Admin"]
---

# Update Applicant Feature Access

`PUT /Admin/ApplicantAccess/{key}`

**Requires permission:** *Admin*

Enable or disable an applicant feature set (Feature 002, FR-028). Admin-gated; audited.

## Path parameters

- `key` string, required

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Request body

- PutApplicantAccessRequest
  - `enabledForApplicants` boolean

## Response `200`

Success - feature set updated

- PutApplicantAccessResponse
  - `key` string
  - `label` string
  - `enabledForApplicants` boolean
  - `updatedBy` string, nullable
  - `updatedAt` string, date-time, nullable
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Feature set not found

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/28344aa564b4/schema)
