---
title: "Rename a campaign"
method: PATCH
path: "/campaigns/call/{campaignscalllistuuid}/name/{newname}"
tags: ["campaigns"]
---

# Rename a campaign

`PATCH /campaigns/call/{campaignscalllistuuid}/name/{newname}`

Updates the display name of a specific campaign. The new name is provided directly in the URL path as `newname`. This is a metadata-only change — it does not affect the campaign's configuration, contacts, or running state.

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

## Path parameters

- `campaignscalllistuuid` string, uuid, required
- `newname` 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)
