---
title: "Update entry values"
method: PUT
path: "/pipeline-entries/{entryId}/values"
tags: ["Pipeline entries"]
---

# Update entry values

`PUT /pipeline-entries/{entryId}/values`

Update an entry's field values. Keys are the pipeline's field `fieldId`s (see
GET /pipelines/{pipelineId}/properties). Sent keys are merged into the existing values —
fields you do not send are left untouched — and sending `null` clears a field. Values must be
primitives (string, number, boolean); anything else is dropped.

## Path parameters

- `entryId` string, required

## Headers

- `project` string, required

## Request body

- UpdateEntryValuesDTO
  - `values` unknown

## Response `200`

Ok

- unknown

## Changes

- **2026-09-03** `490b7d6391f3` — 1 info
  - removed `#/components/schemas/Document_any.any.any_, subschema #1, subschema #2, subschema #4` from the response body `allOf` list for the response status `200`
- **2026-08-19** `17bf8913206e` — 1 info
  - added the optional property `allOf[subschema #2]/dueDate` to the response with the `200` status
- **2026-08-12** `fe2dff9fb04b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gleap/apis/gleap-server/changes/pipeline-entries/:entryId/values/put.md)

---

[API](https://skmtc.dev/gleap/apis/gleap-server.md) · [All operations](https://skmtc.dev/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc.dev/gleap/apis/gleap-server/revisions/0a92e15c9803?raw)
