cURL
curl --request POST \ --url https://public.plai.io/meta/edit_campaign \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "userId": "<string>", "campaignId": "<string>", "editLevel": "<string>", "amount": 123 } '
{ "success": true, "results": { "success": true, "error": "<string>" } }
This endpoint allows you to update the daily budget of a campaign.
BUDGET
editLevel
Show Results Object