Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcamiel committed Dec 3, 2024
1 parent d5be656 commit bad4399
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jsonpath "$.errors[{{index}}].id" == "error"

Besides variables, functions can be used to generate dynamic values. Current functions are:

| Function | Description |
|-----------|-------------------------------------------------------------|
| `newUuid` | Generates an [UUID v4 random string] |
| `newDate` | Generates a [RFC 3339] UTC date string, at the current time |
| Function | Description |
|-----------|--------------------------------------------------------------|
| `newUuid` | Generates an [UUID v4 random string] |
| `newDate` | Generates an [RFC 3339] UTC date string, at the current time |

In the following example, we use `newDate` to generate a dynamic query parameter:

Expand Down

0 comments on commit bad4399

Please sign in to comment.