Update Project
Update project properties such as name and logo.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId} \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"logo":"string","name":"string","description":"string","lastDeployEonCompiler":true,"latencyDevice":"string","experiments":["string"],"showCreateFirstImpulse":true,"labelingMethod":"single_label","showProjectTypeWizard":true,"selectedProjectTypeInWizard":"accelerometer","gettingStartedStep":0,"useGpu":true,"computeTimeLimitM":0,"dspFileSizeMb":0,"enterprisePerformance":true,"trainJobRamMb":0,"metadata":{},"readme":"string","lastAcquisitionLabel":"string","trainJobNotificationUids":[0],"dspJobNotificationUids":[0],"modelTestingJobNotificationUids":[0],"exportJobNotificationUids":[0],"csvImportConfig":{}}'
Last updated
Was this helpful?