We have a REST API connected to Retool as an OpenAPI resource. Every few days, we deploy changes to it. However, the Retool resource doesn't reflect the newest version of the API. I have to create a new resource for the latest changes to be reflected.
How can I make it so that, whenever we update the API, the changes are automatically updated on Retool?
For example, if an endpoint of the API has been removed in the latest deployment, that endpoint should no longer be available in the resource creation menu.
Likewise, if a new endpoint has been created, it should be available. If the expected body elements of a post request have changed, that should be reflected too in the resource creation menu.