修改应用

请求URL
PUT /apiv2/kchat/custom_ims/{id}.json
请求示例
PUT /apiv2/kchat/custom_ims/2000031.json
Body示例
{
	"custom_im": {
        "name": "手机APP渠道",
        "callback_url": "http://yourdomain.com/kchat/message/callback_url",
        "status": "suspended"
    }}