---
title: "Admin Update Feature Flag"
method: PATCH
path: "/feature_flags_admin/feature-flags/{feature_flag_id}"
tags: ["feature_flags"]
---

# Admin Update Feature Flag

`PATCH /feature_flags_admin/feature-flags/{feature_flag_id}`

## Path parameters

- `feature_flag_id` string, uuid, required

## Request body

- FeatureFlagUpdateAPI
  - `enabled` boolean, required
  - `description` string, nullable
  - `delete_all_overrides` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/3ad158624c53/schema)
