Update Package Status
PUT {{campaign_url}}/packages/:id/statuses
Updating a package's play status
You can edit the status of an existing package by sending this PUT request. To update other package settings, send a PUT Edit Package request.
To define a new status for the package, open the body tab and input a new status value. Allowed values: play, pause, stop, archived.
For information on obtaining the id, see GET Existing Package documentation.
Request Body
{"status"=>"pause"}