Skip to main content
PUT
Update a contact document's type or notes

Authorizations

Authorization
string
header
required

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

Path Parameters

contactId
string
required
documentId
string
required

Body

application/json
documentType
string

New document type label; must match a name configured in the organization's documentTypes.

notes
string | null

Free-form note shown alongside the document; pass null to clear an existing note.

Response

Document updated

success
enum<boolean>
required
Available options:
true
document
object
required
Example: