curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/theme/logo \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--form image=@example-file
{
"success": true,
"error": "<string>",
"url": "<string>"
}
White label admin only API to update the white label theme logo.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/theme/logo \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--form image=@example-file
{
"success": true,
"error": "<string>",
"url": "<string>"
}
Organization ID
OK
The response is of type object
.