Update Storage Bucket
Updates storage bucket details. This only updates fields that were set in the request body.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/buckets/{bucketId} \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"name":"string","accessKey":"string","secretKey":"string","endpoint":"string","bucket":"string","prefix":"string","region":"string"}'
Last updated
Was this helpful?