Skip to main content
Version: v1.0.0(int)

E037: Update contact method

PATCH /api/contact-methods/:id

Edits a method's value or label. Triggered from a contact detail panel.

Authentication

Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Member.

Request

{ "value": "...", "isPrimary": true }

Response — 200 OK

{ "id": "uuid", "contactId": "uuid", "methodType": "email", "value": "jane@example.com", "isPrimary": true }

Errors

HTTPcodeCondition
404not_foundNo such method.
422validation_failedShape invalid.

Workflow

Calls W037 Update contact method.