---
title: "Update stand status (admin)"
method: PATCH
path: "/admin/stands/{standId}"
---

# Update stand status (admin)

`PATCH /admin/stands/{standId}`

## Path parameters

- `standId` integer, required

## Request body

- object
  - `status` 'active' | 'technical' | 'hidden' | 'inactive' | 'virtual', required

## Response `200`

Success response envelope

- SuccessEnvelope
  - `data` unknown, required
  - `meta` ResponseMeta, required
    - `requestId` string, required
    - `timestamp` string, date-time, required

## Other responses

- `400` — Problem details response
- `404` — Problem details response

---

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