Discussions

Ask a Question
Back to All

How to use dynamic UUID in Readme?

Is there any feature to create a dynamic UUID for each request in API References?

We can generate UUID in Postman using {{$timestamp}}

  "object": {
        "id": "id-{{$timestamp}}",
  },