Background:
- We document our APIs within the OpenAPI specification and like to have that same documentation reflected in Postman.
- We are running Postman v10.
My question:
We have a change to an existing API where we’ve added 2 new operations, and I’m trying to get these changes to reflect in Postman. I’ve done the following:
- Selected the current published version.
- Clicked Edit API
- Pasted in the new specification into the definition and saved.
What is the best way for me to get the new operations with documentation to be reflected in the collection? In v9 I could go to the documentation tab and “sync” but I don’t see this ability in v10. I’m looking for it to basically re-import the schema, applying the updates to documentation and generating requests for the new operations.