put https://{url}/onceOfEvent/
This endpoint allows you to update a once-off event campaign.
- URL:
PUT - {{url}}/onceOfEvent/:id
- Parameter:
id
- ID of the campaign.
- Body:
campaignName
- Name of the campaign.
content
- Content of the Event. Check out Event Schema.
audienceId
- ID of the target audience.
autoAccept
- Set astrue
to auto-accept events.
- status -
DRAFT
orCREATED
.
- Success: The campaign data are returned.