Update data campaign dashboard
Update a data campaign dashboard
Authorizations
Path parameters
organizationIdintegerRequired
Organization ID
campaignDashboardIdintegerRequired
Body
namestringOptional
emailRecipientUidsinteger[]Optional
List of user IDs to notify for this dashboard (sent daily)
whenToEmailstring · enumOptionalPossible values:
showNoOfDaysintegerOptional
Responses
200
OK
application/json
post
POST /v1/api/organizations/{organizationId}/campaign-dashboard/{campaignDashboardId} HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 80
{
"name": "text",
"emailRecipientUids": [
1
],
"whenToEmail": "always",
"showNoOfDays": 1
}
200
OK
{
"success": true,
"error": "text"
}
Last updated
Was this helpful?