---
title: "PATCH /v2/{+name}"
method: PATCH
path: "/v2/{+name}"
tags: ["projects"]
---

# PATCH /v2/{+name}

`PATCH /v2/{+name}`

Updates an existing entity row matching the entity type and entity id specified in the request. The fields in the entity row that need to be modified are contained in the body of the request. All unspecified fields are left unchanged. The response message contains a `Entity` message object returned as a response by the external system.

## Path parameters

- `name` string, required

## Query parameters

- `executionConfig.headers` string

## Request body

- Entity — 'Entity row'/ 'Entity' refers to a single row of an entity type.
  - `fields` object — Fields of the entity. The key is name of the field and the value contains the applicable `google.protobuf.Value` entry for this field.
  - `metadata` object — Metadata like service latency, etc.
  - `name` string — Output only. Resource name of the Entity. Format: projects/{project}/locations/{location}/connections/{connection}/entityTypes/{type}/entities/{id}

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/connectors.md) · [All operations](https://skmtc.dev/google/apis/connectors/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/connectors/revisions/1153921b6f7b/schema)
