put_url_number_address_url_email_id
Update a contact's phone number by supplying its ID, type, and number. Optionally set as default or owner number.
Instructions
Updates the ContactNumber with the given id
Error codes: noent, exists, no_match
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id__path | Yes | (Path parameter) | |
| id | No | address id | |
| contact_id | No | id of the related contact | |
| type | No | Type of number — Values: `fixed`: fixed phone; `mobile`: mobile phone; `work`: work; `fax`: fax; `other`: other | |
| number | No | ||
| is_default | No | is this number the preferred contact phone number | |
| is_own | No | is this number the Freebox owner number |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||