Pipeline entries
Update entry values
Update an entry's field values. Keys are the pipeline's field fieldIds (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.
put/pipeline-entries/{entryId}/values
Path parameters
entryIdstring required
Headers
projectstring required
Request body
Response
Ok
Changes
Changed in 2 of the 20 revisions of this API.2
- ○
added the optional property
allOf[subschema #2]/dueDateto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○