Update Theme Colors

Update some or all theme colors.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/themes/{themeId}/colors \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"primaryColor":"string","primaryColorGradientEnd":"string"}'

Last updated

Was this helpful?