Skip to main content
PUT
Update record values through an entry

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

project
string
required

Path Parameters

entryId
string
required

Body

application/json
values
any

Values for the pipeline's RECORD fields, keyed by fieldId (see GET /pipelines/{pipelineId}/properties, source: 'RECORD'). Written through to the entry's company or contact; null clears the attribute. 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
updatedAt
string
required
createdAt
string
required
recordId
object
required
recordType
enum<string>
required

What a pipeline holds. Persisted values — never rename a member, only add.

Available options:
COMPANY,
CONTACT
pipeline
object
required
project
object
required
values
any
required
_id
string
required
laneChangedAt
string<date-time>
recordSnapshot
object
laneId
string
dueDate
string<date-time>
lexorank
string
createdBy
object
recordValues
object

Construct a type with a set of properties K of type T