According to the docs:
When a Functions repository is opened in the Code Repositories application, the generated code bindings used for autocomplete will always use the most recent version of the webhook. This webhook version is displayed in the Resource imports side panel to the left.
…
Remember to republish the Function and bump users to new versions when changes are made to the webhook or Function.
How can I see the versions of webhooks used by previously tagged versions of Functions? I’ve looked in all of these places, and they show the latest version of the Webhook:
- Code Repos → open tagged version of repo →
- Check Resource Imports → it shows the latest webhook version
- Let Gradle generate code bindings → cmd-click on the reference in the code → it shows the latest webhook version
- Code Repos → open commit that was released for tagged version →
- Check Resource Imports → it shows the latest webhook version
- Let Gradle generate code bindings → cmd-click on the reference in the code → it shows the latest webhook version