---
title: "Bulk Update Switch Features"
method: PUT
path: "/api/v1/switch_feature/update_bulk_switch_feature"
tags: ["Switch Feature"]
---

# Bulk Update Switch Features

`PUT /api/v1/switch_feature/update_bulk_switch_feature`

## Request body

- UpdateSwitchFeatureRequest[]
  - `switch_feature_id` integer, required — switch_feature_id is required
  - `feature_name` string — feature_name is optional
  - `enabled` boolean — enabled is optional

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/leo1/apis/leofees-backend.md) · [All operations](https://skmtc.dev/leo1/apis/leofees-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/leo1/leofees-backend/revisions/cace8144ecd9/schema)
