Update Settings
Devices
Update Settings
Update phone settings
PATCH
Update Settings
Update settings for a phone. Supports partial updates - only include the fields you want to change.Documentation Index
Fetch the complete documentation index at: https://docs.tapkit.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
Path Parameters
| Parameter | Type | Description |
|---|---|---|
phone_id | string | The phone identifier |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
typing_method | string | No | Typing method: "keys", "paste", "shortcut", or "shortcut_legacy" |
speed | number | No | Switch control scanning speed: 30 (slow) or 90 (fast) |
display_name | string | No | Custom display name for the phone |
Response
Returns the full phone object with updated settings. See List Phones for the complete response schema.Examples
Update Typing Method Only
Update Speed Only
Python
SDK
Notes
- Partial updates are supported - omit fields you don’t want to change
- See Phone Settings for detailed explanations of each setting
- See Typing for information about typing methods