postman-app-support
postman-app-support copied to clipboard
"updatedAt" field not updating in Postman API after editing request in a collection
Is there an existing issue for this?
- [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
Describe the Issue
The updatedAt field in the Postman API "https://api.getpostman.com/collections" response does not update after making changes to a request within a collection. This issue prevents accurate tracking of the last modification time for the requests in the collection. This issue is forcing us to make more requests to Postman API and check every collection for changes in the body.
Steps To Reproduce
- Open an existing collection
- Edit any request within the collection (e.g., change the request body).
- Save the changes to the request.
- Use api.getpostman.com/collections
- Check the updatedAt field of the collection through the Postman API.
Screenshots or Videos
Operating System
Windows
Postman Version
11.5.1
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response