put_contact_id
Update an existing contact's details including name, company, addresses, emails, phone numbers, and URLs by specifying the contact ID.
Instructions
Updates the ContactEntry with the given id
Error codes: noent, exists, no_match
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id__path | Yes | (Path parameter) | |
| id | No | contact id | |
| display_name | No | contact display name | |
| first_name | No | contact first name | |
| last_name | No | contact last name | |
| company | No | contact company name | |
| photo_url | No | contact photo URL | |
| last_update | No | contact last modification timestamp — Unix timestamp (seconds since epoch). | |
| notes | No | contact last modification timestamp | |
| addresses | No | list of contact postal addresses | |
| emails | No | list of contact email addresses | |
| numbers | No | list of contact phone numbers | |
| urls | No | list of contact URL |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||