put_address_number_address_url_email_id
Update a contact number by its id, modifying type, number, default or own status. Returns specific error codes for missing or duplicate entries.
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 | |||