---
title: "Update Records"
method: PATCH
path: "/api/database/records/{tableName}"
tags: ["Client"]
---

# Update Records

`PATCH /api/database/records/{tableName}`

Update records matching query filters

## Path parameters

- `tableName` string, required

## Query parameters

- `id` string

## Headers

- `Prefer` 'return=representation'

## Request body

- object

## Response `200`

Records updated

- object[]

## Other responses

- `400` — Invalid input
- `404` — No records found to update

---

[API](https://skmtc.dev/insforge/apis/insforge-authentication-api.md) · [All operations](https://skmtc.dev/insforge/apis/insforge-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/insforge/insforge-authentication-api/revisions/a935bb49f932/schema)
