Hi 👋
I have a couple secure parameters in my app that I am allowing admins to set in 'Settings' page in my app's interface. I'm using the PUT /api/v2/apps/installations/{app_installation_id} API to update the secure settings.
This is working well, however, it seems that the app itself does not get the updated secure settings until I refresh my browser. I have evidence that the app still sends my server an old secure setting until I refresh Zendesk in my browser.
Is there any way in ZAF to make a request to have my entire app reloaded so I don't need to instruct my users to refresh their browser for their changes to take effect?
I'm not aware of any ways to programmatically refresh a ZAF app using any of the inbuilt methods or API endpoints, unfortunately. It sounds like a valid use case you have there so I'd encourage you to create a post in our feedback channels so our product teams can take a look at the viability of adding something like this in future. Here's a link to the feedback forum where you can do that.
Sorry I couldn't be more help!
Tipene