Update contact
Contacts
Update contact
Updates and persists attributes of an existing contact for the user.
PUT
Update contact
Authorizations
Path Parameters
User token (contact owner).
Body
application/json
Updated contact attributes.
Response
200 — OK. Contact updated.
Scenarios for this response:
| Scenario | How to reproduce | Typical code / body |
|---|---|---|
| Update applied | Valid token + existing contact + body. | { "reason": "Contact updated", "code": "OK" } |
See also Full scenario matrix.