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