---
title: "Update Experiment"
method: PUT
path: "/api/experiments/{experiment_id}"
tags: ["experiments"]
---

# Update Experiment

`PUT /api/experiments/{experiment_id}`

Update experiment name

## Path parameters

- `experiment_id` string, required

## Headers

- `authorization` string, required

## Request body

- UpdateExperimentRequest
  - `name` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas.md) · [All operations](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/llms.txt) · [OpenAPI document](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/revisions/dafdd6b267c4?raw)
