---
title: "Api Update Environment Build"
method: PUT
path: "/api/v1/environment/{namespace}/{name}/"
tags: ["api"]
---

# Api Update Environment Build

`PUT /api/v1/environment/{namespace}/{name}/`

## Path parameters

- `namespace` string, required
- `name` string, required

## Request body

- BodyApiUpdateEnvironmentBuildApiV1EnvironmentNamespaceNamePut
  - `build_id` integer
  - `description` string

## Response `200`

Successful Response

- APIAckResponse
  - `message` string, nullable
  - `status` 'ok' | 'error', required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/conda-incubator/apis/conda-store.md) · [All operations](https://skmtc.net/conda-incubator/apis/conda-store/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conda-incubator/conda-store/versions/1045c7d5b017/schema)
