Update Theme Favicon

Update the theme favicon

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/themes/{themeId}/favicon \
  --header 'content-type: multipart/form-data' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?