cURL
Update Campaign Status
PATCH
cURL
Updates the status of a campaign. Use this to pause, resume, complete, or cancel a campaign.Documentation Index
Fetch the complete documentation index at: https://docs.y.uno/llms.txt
Use this file to discover all available pages before exploring further.
Status Transitions
ACTIVE—>PAUSED,COMPLETED,CANCELLEDPAUSED—>ACTIVE,COMPLETED,CANCELLEDCOMPLETED—> (terminal - no further transitions)CANCELLED—> (terminal - no further transitions)
Path Parameters
The campaign identifier (UUID).
Body
application/json
New status for the campaign.
Available options:
ACTIVE, PAUSED, COMPLETED, CANCELLED Response
200 - application/json