POST /v1/api/organizations/{organizationId}/campaigns/{campaignId} HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 269
{
"dataCampaignDashboardId": 1,
"name": "text",
"coordinatorUids": [
1
],
"logo": "text",
"description": "text",
"queries": [
{
"name": "text",
"dataset": "text",
"query": "text"
}
],
"links": [
{
"icon": "text",
"name": "text",
"link": "text"
}
],
"datasets": [
"text"
],
"pipelineIds": [
1
],
"projectIds": [
1
]
}