---
title: "Update maximum retry attempts"
method: PATCH
path: "/campaigns/call/{campaignscalllistuuid}/maxretry/{newMaxRetry}"
tags: ["campaigns"]
---

# Update maximum retry attempts

`PATCH /campaigns/call/{campaignscalllistuuid}/maxretry/{newMaxRetry}`

Updates the maximum number of call retry attempts for a campaign and resets all contacts' retry counters to reflect the new limit. When a contact's call is not answered or fails, the system will retry up to `newMaxRetry` times before marking the contact as exhausted. The new value is provided in the URL path.

**Permission:** No specific permission required. A valid API key is sufficient.

## Path parameters

- `campaignscalllistuuid` string, uuid, required
- `newMaxRetry` string, required

## Response `200`

Successful operation

## Other responses

- `400` — Invalid ID supplied
- `401` — Token unauthorized
- `404` — Group not found
- `500` — Internal server error

---

[API](https://skmtc.net/ringover/apis/ringover-public-api.md) · [All operations](https://skmtc.net/ringover/apis/ringover-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringover/ringover-public-api/revisions/9da73dd2f99e/schema)
