Whatsapp Business Accounts
Update WABA settings
patch/v2/whatsapp/business_accounts/{id}/settings
Path parameters
idstring required
Whatsapp Business Account ID
Request body
Example request
{
"timezone": "America/New_York"
}Response
Successful response with Whatsapp business account settings
Example response
{
"data": {
"record_type": "whatsapp_business_account_settings",
"timezone": "America/Chicago"
}
}