---
title: "Put Env Settings"
method: PUT
path: "/v1/envs/{env_id}/settings"
---

# Put Env Settings

`PUT /v1/envs/{env_id}/settings`

Persist nullable env overrides for settings that support env scope.

## Path parameters

- `env_id` string, required

## Request body

- SettingsUpdateInput
  - `values` object

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tabtabtab/apis/fastapi.md) · [All operations](https://skmtc.dev/tabtabtab/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tabtabtab/fastapi/revisions/73961d1e6152/schema)
