---
title: "Update Ghl Mapping"
method: PATCH
path: "/integrations/ghl/mappings/{mapping_id}"
tags: ["GoHighLevel"]
---

# Update Ghl Mapping

`PATCH /integrations/ghl/mappings/{mapping_id}`

## Path parameters

- `mapping_id` string, uuid, required

## Request body

- GhlFieldMappingUpdate — Partial update for a lead → GHL custom-field mapping
  - `ghl_field_id` string, nullable
  - `ghl_field_key` string, nullable
  - `ghl_field_name` string, nullable
  - `ghl_field_data_type` string, nullable
  - `ghl_field_model` string, nullable
  - `picklist_options` string[], nullable
  - `source_type` string, nullable
  - `source_key` string, nullable
  - `constant_value` string, nullable
  - `display_order` integer, nullable

## Response `200`

Successful Response

- GhlFieldMappingItem — One configured lead → GHL custom-field mapping
  - `ghl_field_mapping_id` string, uuid, required
  - `ghl_field_id` string, required
  - `ghl_field_key` string, nullable
  - `ghl_field_name` string, nullable
  - `ghl_field_data_type` string, nullable
  - `ghl_field_model` string
  - `picklist_options` string[], nullable
  - `source_type` string, required
  - `source_key` string
  - `constant_value` string, nullable
  - `display_order` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
