Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
[X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
Describe the Issue
Am testing verify sms/call service api with postman,
So on method "start" i should clear previous data BEFORE request, and set new data AFTER request.
As i see in Environments - my environment contains correct values - filled that was filled, and empty that was cleared and didnt filled (because i returned NULL in that fields)
But, i send new json with fields (that is possible not exists) this way:
Guess, because postman see double quotes - it tries to convert NULL to null string. What solution could be? Or is it a bug, that is null value is auto-converted?
If i omit quotes - it could be invalid JSON i guess.
Is there an existing issue for this?
Describe the Issue
Am testing verify sms/call service api with postman, So on method "start" i should clear previous data BEFORE request, and set new data AFTER request.
As i see in Environments - my environment contains correct values - filled that was filled, and empty that was cleared and didnt filled (because i returned NULL in that fields)
But, i send new json with fields (that is possible not exists) this way:
Guess, because postman see double quotes - it tries to convert NULL to
null
string. What solution could be? Or is it a bug, that is null value is auto-converted?If i omit quotes - it could be invalid JSON i guess.
Steps To Reproduce
Read above
Screenshots or Videos
No response
Operating System
Windows
Postman Version
10.12.0
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response