Update Upload Portal

Updates an upload portal for the organization.

curl --request PUT \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/portals/{portalId}/update \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"name":"EdgeImpulse Inc.","description":"EdgeImpulse Inc. Portal description","bucketId":1,"bucketPath":"/path/in/bucket"}'

Last updated

Was this helpful?