Updating all OpenAPI operationId's in a VBCS project
Summary:
All operationId's in the OpenAPI specification we're using for one of our service connections have changed. How do we update all operationId references (type definitions and action chains) in our VBCS project? None of the REST calls are functioning currently.
Content (please ensure you mask any confidential information):
Hi all,
We've developed quite a large web app using Visual Builder Studio. The web app heavily relies on a REST service connection, based on a dynamically retrieved OpenAPI specification that we get from a backend URL. This was working fine. Recently, the OpenAPI specification has changed; the package that generated the OpenAPI spec in the backend deprecated and was replaced by another package that now generates the new OpenAPI spec.