---
title: "Update a list entry (append multiselect values)"
method: PATCH
path: "/v2/lists/{list}/entries/{entry_id}"
tags: ["Entries"]
---

# Update a list entry (append multiselect values)

`PATCH /v2/lists/{list}/entries/{entry_id}`

Use this endpoint to update list entries by `entry_id`. If the update payload includes multiselect attributes, the values supplied will be created and prepended to the list of values that already exist (if any). Use the `PUT` endpoint to overwrite or remove multiselect attribute values.

Required scopes: `list_entry:read-write`, `list_configuration:read`.

## Path parameters

- `list` string, required — A UUID or slug of the list the list entry belongs to.
- `entry_id` string, required — A UUID of the list entry to update.

## Request body

- object
  - `data` object, required
    - `entry_values` object, required — An object with an attribute `api_slug` or `attribute_id` as the key, and a single value (for single-select attributes), or an array of values (for single or multi-select attributes) as the values. For complete documentation on values for all attribute types, please see our [attribute type docs](/docs/attribute-types).

## Response `200`

Success

- object — Success
  - `data` object, required
    - `id` object, required
      - `workspace_id` string, uuid, required — A UUID identifying the workspace this entry belongs to.
      - `list_id` string, uuid, required — A UUID identifying the list this entry is in.
      - `entry_id` string, uuid, required — A UUID identifying this entry.
    - `parent_record_id` string, uuid, required — A UUID identifying the record that is parent of the list entry.
    - `parent_object` string, required — A UUID or slug identifying the object that the parent record belongs to.
    - `created_at` string, required — When this entry was created.
    - `entry_values` object, required — A list of attribute values for the list entry (not attribute values for its parent record).

## Other responses

- `400` — Bad Request
- `404` — Not Found

## Changes

- **2025-04-24** `4ce2c28668d4` — 1 info
  - the endpoint scheme security `oauth2` was removed from the API

[Change history](https://skmtc.dev/d-stoll/apis/attio-api/changes/v2/lists/:list/entries/:entry_id/patch.md)

---

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