curl -X PATCH https://api.tapkit.ai/v1/phones/$PHONE_ID/settings \
-H "X-API-Key: $TAPKIT_API_KEY" \
-H "Content-Type: application/json" \
-d '{"display_name": "Test phone"}'
Phones
Rename phone
Change the name TapKit and agents use for a phone
PATCH
/
phones
/
{phone_id}
/
settings
curl -X PATCH https://api.tapkit.ai/v1/phones/$PHONE_ID/settings \
-H "X-API-Key: $TAPKIT_API_KEY" \
-H "Content-Type: application/json" \
-d '{"display_name": "Test phone"}'
string
required
The phone’s ID, from List phones.
Body
string
required
The new name.
Response
The updated phone, in the same shape as List phones.curl -X PATCH https://api.tapkit.ai/v1/phones/$PHONE_ID/settings \
-H "X-API-Key: $TAPKIT_API_KEY" \
-H "Content-Type: application/json" \
-d '{"display_name": "Test phone"}'