Created
June 26, 2015 13:11
-
-
Save rajbharath/5f37827031692845cf87 to your computer and use it in GitHub Desktop.
How to create UUID in postman rest client
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{$guid}} | |
the above variable will generate UUID in Postman Rest Client | |
Sample request is below | |
======================== | |
{ | |
"user":{ | |
"id":"{{$guid}}" | |
} | |
} |
Does anyone know which version of UUID this {{randomUUID}} generates ?
v4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is now located here: https://learning.getpostman.com/docs/postman/variables-and-environments/variables-list/