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
| HTTP | code | Condition |
|---|---|---|
| 404 | not_found | No such method. |
| 422 | validation_failed | Shape invalid. |
Workflow
Calls W037 Update contact method.