Update Chat Handles

Request

PUT /v2/customers/100/chats/1008 HTTP/1.1
Authorization: Bearer oauth_token
Content-Type: application/json

{
  "type" : "aim",
  "value" : "jsprout"
}

Path Parameters

/v2/customers/{customerId}/chats/{chatId}

Request fields

Path Type Required Description
type String Y Chat type. Accepted values are:
aim
gtalk
icq
msn
other
qq
skype
xmpp
yahoo
value String Y Chat handle

Response

HTTP/1.1 204 No Content