You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to enable auto translation for my app via the following command: stream-cli chat update-app --properties '{"auto_translation_enabled": true}'
This returns the message Successfully updated app settings.
But when I retrieve the app settings via stream-cli config list I do not see the auto_translation_enabled property in the resulting object.
Can this be done via the CLI? Are there other ways to set it without the CLI?
The text was updated successfully, but these errors were encountered:
I'm trying to enable auto translation for my app via the following command:
stream-cli chat update-app --properties '{"auto_translation_enabled": true}'
This returns the message
Successfully updated app settings.
But when I retrieve the app settings via
stream-cli config list
I do not see theauto_translation_enabled
property in the resulting object.Can this be done via the CLI? Are there other ways to set it without the CLI?
The text was updated successfully, but these errors were encountered: