Patch Whatsapp Channel V2
AuthorizationBearer <token>
In: header
Path Parameters
channel_id*Channel Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PATCH "https://loading/api/v2/whatsapp/channels/string" \ -H "Content-Type: application/json" \ -d '{}'{
"created_at": "2019-08-24T14:15:22Z",
"display_name": "string",
"display_number": "string",
"id": "string",
"is_active": true,
"last_customer_message_at": "2019-08-24T14:15:22Z",
"messaging_tier": "string",
"phone_number_id": "string",
"quality_rating": "string",
"updated_at": "2019-08-24T14:15:22Z",
"waba_id": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}