最初の構成 POST 要求の後、プロパティ (Webhook と機能) を変更できないようですが、それらを変更する方法は何ですか? これは一時的なバグですか?:)
{
"webhook": "http://example.com/api/kik",
"features": {}
}
私が得るもの
{
"webhook": "http://example.com/incoming",
"features": {
"receiveReadReceipts": false,
"receiveIsTyping": false,
"manuallySendReadReceipts": false,
"receiveDeliveryReceipts": false
}
}