---
title: "Partial update a custom object instance (single-field edits)"
method: PATCH
path: "/api/v1/custom-objects/by-id/{id}"
tags: ["customObjects"]
---

# Partial update a custom object instance (single-field edits)

`PATCH /api/v1/custom-objects/by-id/{id}`

## Path parameters

- `id` integer, required

## Headers

- `X-Api-Key` string, required
- `X-Workspace-Id` string

## Request body

- object
  - `form_fields` ApiV1CustomObjectsByIdIdPatchRequestBodyContentApplicationJsonSchemaFormFields — Partial custom field values keyed by field reference_key. form_fields.display_name may be sent alone for inline name edits.

## Response `200`

Successful response

- CustomObjectsPatchapiV1CustomObjectsByIdIdResponse200 — Empty response body

---

[API](https://skmtc.net/atomicwork/apis/atomicwork-public-api.md) · [All operations](https://skmtc.net/atomicwork/apis/atomicwork-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atomicwork/atomicwork-public-api/versions/2e7047b35062/schema)
