cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/campaigns/{campaignId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "dataCampaignDashboardId": 123, "name": "<string>", "coordinatorUids": [ 123 ], "logo": "<string>", "description": "<string>", "queries": [ { "name": "<string>", "dataset": "<string>", "query": "<string>" } ], "links": [ { "icon": "<string>", "name": "<string>", "link": "<string>" } ], "datasets": [ "<string>" ], "pipelineIds": [ 123 ], "projectIds": [ 123 ] }'
{ "success": true, "error": "<string>" }
Update a data campaign
Organization ID
List of user IDs that coordinate this campaign
Show child attributes
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Was this page helpful?