postman-collection-transformer
postman-collection-transformer copied to clipboard
Fix ppb flags missing in `requestObject` of responses
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