In case of more dynamic approvals, that fetch data before showing it to the user, we can allow for updates requestData. This will allow for example the SnapController to show a prompt for snap installation with a spinner until the data has been fetched to populate the prompt.
We don't necessarily need to be able to update the entire approval, we could restrict it to only allow updating requestData.
In case of more dynamic approvals, that fetch data before showing it to the user, we can allow for updates
requestData. This will allow for example the SnapController to show a prompt for snap installation with a spinner until the data has been fetched to populate the prompt.We don't necessarily need to be able to update the entire approval, we could restrict it to only allow updating
requestData.