v1
latestOpenAPI 3.0.02026-07-1355113123.3 KBApplication
Update-Application-Settings
If a field is not present in the request, no change is made to that setting. For example, if on_call_pager is not sent with the request, the existing configuration for on_call_pager is unchanged.
patch/settings/application
Request body
Example request
{
"callback_backoff_delay_ms": 3000,
"max_callback_backoff_delay_ms": 900000,
"callback_persist": true,
"media": {
"auto_download": [
"image",
"document",
"audio"
]
},
"webhooks": {
"url": "<Webhook URL, https>",
"max_concurrent_requests": 12
},
"on_call_pager": "<WA_ID of valid WhatsApp contact>",
"pass_through": false,
"sent_status": false
}Response
Example response
{
"meta": {
"version": "whatsapp-business-api-client-version",
"api_status": "deprecated"
},
"errors": [
{
"code": 1234,
"title": "error-code-title",
"details": "optional-detailed-error-message"
}
]
}