Skip to main content
PUT
Update contact

Authorizations

Authorization
string
header
required

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

Body

application/json
_id
string
required

Target contact _id; required to locate the document.

fromHistoryModal
boolean

Suppresses side-effects (audit log, socket emit) when the update originates from the history viewer.

status
string

New pipeline status name; resolved together with pipelineStage.

pipelineStage
string | null

Stage _id. Set to null to clear the stage assignment (legacy status-only update).

pipelineId
string

Optional pipeline _id used to scope stage resolution; inferred from the resolved stage when omitted.

Response

Contact updated

message
string
contact
object
Example:
data
any
success
boolean