User
Call Management
Phones
Conversational AI
Agents
Knowledge Base
Campaigns
Call Management
Phones
Conversational AI
API Reference
Agents
Knowledge Base
Campaigns
User
Phones
Update Phone Tags
Update all tags for a phone number (replaces existing tags)
PUT
/
phones
/
{phone}
/
tags
Copy
curl --request PUT \
--url https://api-west.millis.ai/phones/{phone}/tags \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"tags": [
"<string>"
]
}'
Copy
{
"success": true
}
Headers
Path Parameters
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.
Copy
curl --request PUT \
--url https://api-west.millis.ai/phones/{phone}/tags \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"tags": [
"<string>"
]
}'
Copy
{
"success": true
}
Assistant
Responses are generated using AI and may contain mistakes.