Page cover image

🔠Alias Name

เปลี่ยนชื่อผู้ใช้ หรือชื่อกลุ่มภายใจระบบ

แก้ไขชื่อนามแผงของลูกค้า

put

แก้ไขชื่อนามแผงของลูกค้า โดย customerId และ channelId

Authorizations
Body
customerIdstringOptionalExample: U2bb84b8f680ef825d32f726c483f8000
channelIdstringOptionalExample: 1657695000
aliasNamestringOptionalExample: Cookie 🍪
Responses
200
OK
application/json
put
PUT /chats/customers/alias HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 101

{
  "customerId": "U2bb84b8f680ef825d32f726c483f8000",
  "channelId": "1657695000",
  "aliasName": "Cookie 🍪"
}
{
  "data": {
    "aliasName": "Cookie 🍪"
  }
}

Last updated