cURL
curl --request PUT \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/portals/{portalId}/update \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "EdgeImpulse Inc.", "description": "EdgeImpulse Inc. Portal description", "bucketId": 1, "bucketPath": "/path/in/bucket" }'
{ "success": true, "error": "<string>", "url": "<string>", "signedUrl": "<string>", "bucketBucket": "<string>" }
Updates an upload portal for the organization.
Organization ID
Portal ID
OK
The response is of type object.
object