---
title: "PUT /admin/strategies/{strategy_id}"
method: PUT
path: "/admin/strategies/{strategy_id}"
tags: ["Admin"]
---

# PUT /admin/strategies/{strategy_id}

`PUT /admin/strategies/{strategy_id}`

## Path parameters

- `strategy_id` string, required

## Request body

- ApiInputForUpdatingStrategyInstance
  - `name` string, nullable — New name for the strategy (optional)

## Response `200`

Strategy updated successfully

## Other responses

- `404` — Strategy not found
- `500` — Internal server error

---

[API](https://skmtc.net/breeze-baby/apis/breeze-api.md) · [All operations](https://skmtc.net/breeze-baby/apis/breeze-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/breeze-baby/breeze-api/revisions/d0a18846aa92/schema)
