Update entry values
Pipeline entries
Update entry values
Update an entry’s field values. Keys are the pipeline’s field fieldIds (see
GET /pipelines//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
Update entry values
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Path Parameters
Body
application/json
Field values keyed by the pipeline's field fieldIds (see
GET /pipelines/{pipelineId}/properties). Sent keys are merged into the existing values;
null clears a field. Primitive values only.
Response
200 - application/json
Ok
Generic types for Document:
- T - the type of _id
- TQueryHelpers - Object with any helpers that should be mixed into the Query type
- DocType - the type of the actual Document created
Available options:
COMPANY, CONTACT