Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
PATCH /v1/campaigns/
PATCH /v1/campaigns/{campaign_id}
curl -X PATCH https://api.vonative.com/v1/campaigns/camp-uuid-1234 \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "Updated Campaign Name" }'