Update Theme Logos
Update some or all theme logos.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/themes/{themeId}/logos \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"primary":"string","primaryWhite":"string","login":"string","loginWhite":"string","mark":"string","markWhite":"string"}'
Last updated
Was this helpful?