---
title: "Edit a campaign's scheduled start date"
method: PATCH
path: "/campaigns/call/{campaignscalllistuuid}/start/edit"
tags: ["campaigns"]
---

# Edit a campaign's scheduled start date

`PATCH /campaigns/call/{campaignscalllistuuid}/start/edit`

Modifies the scheduled start date/time of a campaign that has been started with a future date. Use this to reschedule a campaign without stopping and restarting it. The campaign must already be in a scheduled state. The new start date is provided in the request body.

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

## Path parameters

- `campaignscalllistuuid` string, uuid, required

## Request body

- CampaignCallStart
  - `start_date` string — Schedule the campaign

## Response `200`

Successful operation

## Other responses

- `400` — Invalid ID supplied
- `401` — Token unauthorized
- `403` — No numbers register for the campaign
- `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)
