---
title: "Update a specific status"
method: PUT
path: "/status/{status_id}"
tags: ["Status"]
---

# Update a specific status

`PUT /status/{status_id}`

## Path parameters

- `status_id` integer, required

## Request body

- object
  - `status` string, required

## Response `200`

Status updated successfully

- Status
  - `id` integer
  - `status` string

## Other responses

- `404` — Status not found
- `500` — Server error

---

[API](https://skmtc.net/ellipsend/apis/ellipsend-api.md) · [All operations](https://skmtc.net/ellipsend/apis/ellipsend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ellipsend/ellipsend-api/versions/1031d523652c/schema)
