postman-app-support icon indicating copy to clipboard operation
postman-app-support copied to clipboard

"updatedAt" field not updating in Postman API after editing request in a collection

Open rvq opened this issue 1 year ago • 0 comments

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

  1. Open an existing collection
  2. Edit any request within the collection (e.g., change the request body).
  3. Save the changes to the request.
  4. Use api.getpostman.com/collections
  5. Check the updatedAt field of the collection through the Postman API.

Screenshots or Videos

image

Operating System

Windows

Postman Version

11.5.1

Postman Platform

Postman App

User Account Type

Signed In User

Additional Context?

No response

rvq avatar Jul 29 '24 10:07 rvq