v1

latestOpenAPI 3.1.02026-07-26430119.9 KB

Update draft campaigns

patch/accounts/{account_id}/drafts/{draft_id}

Path parameters

account_idstring required

Use 'current' keyword to refer to the Main Workspace or the Integer Workspace Id

draft_idinteger required

Draft Id

Response

200

Example response

{
  "_data": {
    "draftId": 14597,
    "createdOn": 1416225457,
    "createdBy": {
      "id": 1,
      "name": "Backend Testing"
    }
  }
}
All 43 operations