Skip to main content
PUT
Update entry values

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

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