curl -X PATCH https://api.ravan.ai/api/v1/campaigns/019d5b4c-8d9e-0f1a-2b3c-4d5e6f7a8b9c \ -H "X-Api-Key: YOUR_API_KEY" -H "Content-Type: application/json" \ -d '{"name": "Q2 Outbound Blitz v2", "schedule": {"max_concurrent": 10, "timezone": "Asia/Dubai"}}'
{ "success": true, "message": "Campaign updated successfully", "data": { "id": "019d5b4c-8d9e-0f1a-2b3c-4d5e6f7a8b9c", "name": "Q2 Outbound Blitz v2", "status": "draft" } }
Update an existing campaign’s name, agent, phone number, or schedule. Only non-empty fields are applied.
Campaign UUID
Show child attributes
Successful response