v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13226587.6 KB
projects

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.

patch/v2/{+name}

Path parameters

namestring required

Output only. Resource name of the Entity. Format: projects/{project}/locations/{location}/connections/{connection}/entityTypes/{type}/entities/{id}

Query parameters

executionConfig.headersstring

headers to be used for the request. For example: headers:'{"x-integration-connectors-managed-connection-id":"conn-id","x-integration-connectors-runtime-config":"runtime-cfg"}'

Request body

fieldsobject

Fields of the entity. The key is name of the field and the value contains the applicable google.protobuf.Value entry for this field.

metadataobject

Metadata like service latency, etc.

namestring

Output only. Resource name of the Entity. Format: projects/{project}/locations/{location}/connections/{connection}/entityTypes/{type}/entities/{id}

Response

Successful response