Update Organization
White label admin only API to update organization properties such as name and logo.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/organizations/{innerOrganizationId} \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"logo":"string","headerImg":"string","name":"string","experiments":["string"],"readme":"string","billable":true}'
Last updated
Was this helpful?