---
title: "Update status for existing fields"
method: POST
path: "/v1/org/{orgId}/field/status"
tags: ["field"]
---

# Update status for existing fields

`POST /v1/org/{orgId}/field/status`

## Path parameters

- `orgId` string, required

## Request body

- FieldStatusUpdateRequest
  - `updateStatus` 'ACTIVE' | 'HIDDEN', required — New status to update
  - `fieldIds` string[], required — Field ids to apply status to
  - `reservedFieldNames` string[], required — Reserved field names to apply status to

## Response `204`

field status updated

## Other responses

- `400` — invalid data
- `401` — not authorized
- `403` — permission denied
- `404` — not found

---

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