I have a working API Schema (OpenAPI) integration set up where my GitHub repo commits sync with a Postman API’s definition.
Is it possible to automatically update Postman Documentation associated with the API when the schema definition updates? It seems an API Documentation Collection needs to be manually generated to include the OpenAPI schema updates.
Leaving this screen-record here as a reference for other users looking for a solution, to also attempt this method to update existing collection/ documentation from the GitHub synced API.
The Node CLI is a great solution! But in my case, there are several of us updating the GitHub repo… Is there another way (or example GitHub action) that can PUT the update to Postman on commit?