latestOpenAPI 3.0.02026-08-132903622.2 MB
6d020bee17cc
Smart Retries Settings
updateOrganizationSmartRetriesSettings
Update the Smart Retries Setting for the specified Organization
put/organizations/{id}/smart-retries-settings
Path parameters
idinteger required
Example:82364
Primary identifier of Organization
Request body
Example request
{
"is_enabled": true
}Response
Success
Example response
{
"is_enabled": true,
"id": 21003,
"organization_id": 82364,
"created_at": "2026-07-17T10:25:03Z",
"updated_at": "2026-07-17T10:25:03Z"
}