postman-collection-transformer icon indicating copy to clipboard operation
postman-collection-transformer copied to clipboard

Fix ppb flags missing in `requestObject` of responses

Open coditva opened this issue 3 years ago • 0 comments

Fixes issue where request body of examples which have head or get method get removed. This is because the requestObject in the response does not have the disableBodyPruning flag in the protocolProfileBehaviour (ppb).

Ref: https://github.com/postmanlabs/postman-app-support/issues/10900


  • [x] tests
  • [x] changelog

coditva avatar Jul 13 '22 11:07 coditva