---
title: "Update Business Context Field Route"
method: POST
path: "/api/organization/business-context/field"
tags: ["organization"]
---

# Update Business Context Field Route

`POST /api/organization/business-context/field`

Deprecated alias for /business-dna/field.

## Request body

- UpdateBusinessContextFieldRequest — Owner edit of a single structured business_context field.
  - `field` string, required — One of identity_summary, services_summary, growth_motion, metrics_summary, internal_operations_summary
  - `value` unknown, required
  - `set_lock` boolean — Mark the field owner-locked so BI will not overwrite it

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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