Skip to main content
PATCH
Update a connection record

Authorizations

X-API-Key
string
header
required

A Fluent API key beginning with fl-.

Headers

X-Fl-Egress
boolean

Optional. Set to true to route this request through a stable, allowlistable egress IP instead of the default path — needed for an on-premise connection (e.g. a customer's own SQL Server) whose firewall allowlists by IP. Same operation and response either way. The same fl-* key also works by calling this same operation directly at https://api-ecs.fluenterp.com/v1/connections/{id}/records, for the same stable-egress guarantee without this header.

Path Parameters

connection_id
string<uuid>
required

Connection ID.

Body

application/json
entity
string
required

Table to update, as "schema.table".

key_column
string
required

Column identifying the row to update.

key_value
required

Value of key_column for the target row.

values
object
required

Column/value pairs to set.

Response

Rows affected

rows_affected
integer