> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plane.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update a record

> Update workspace record Attribute values.

Requires Objects enabled, a verified administrator, and `records:read` plus `records:write`.

<ParamField path="object_slug" type="string" required>
  The unprefixed workspace Object slug, such as `computers` for `objects.computers`.
</ParamField>

<ParamField path="id" type="string" required>
  The Record ID belonging to this Object and workspace.
</ParamField>

Send only changed Attribute keys directly in the JSON body. Omitted values
remain unchanged; `null` clears a value. Validation is atomic. Archived
records cannot be updated, and archived select options cannot be assigned.

Returns HTTP 200 with the updated [record](/reference/objects/records).
