mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
8 lines
345 B
Text
8 lines
345 B
Text
|
|
---
|
||
|
|
title: "Update Campaign"
|
||
|
|
description: "Update campaign settings"
|
||
|
|
openapi: "PATCH /api/v1/campaign/{campaign_id}"
|
||
|
|
---
|
||
|
|
|
||
|
|
You can update name, concurrency, time slots, and retry config. Updates are only allowed on campaigns in `draft` or `paused` status — [pause the campaign](/api-reference/campaigns/pause) first if it is currently running.
|