Skip to main content
PUT
Update application

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
_id
string

Application _id (redundant with the path id; tolerated for legacy clients).

fromHistoryModal
boolean

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

pipelineId
string

New pipeline _id if moving the Application to a different pipeline.

Response

Application updated

Returned by POST /api/applications and PUT /api/applications/{id} — wraps the created/updated ApplicationDocument plus a status message.

success
enum<boolean>
required
Available options:
true
message
string
required
data
object
required

An Application document. Populated fields (contactId, userId) may be either an ObjectId string or a partial subset of the related document.

Example: