cURL
curl --request PUT \ --url https://api-west.millis.ai/phones/{phone}/tags \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --data ' { "tags": [ "<string>" ] } '
{ "success": true }
Update all tags for a phone number (replaces existing tags)
Documentation IndexFetch the complete documentation index at: https://docs.millis.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.millis.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response