Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslcarter committed Mar 11, 2024
1 parent bb7c5f9 commit d41e090
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If omitted, empty or null, defaults to ```true```.
}
```

In the example above, the mock will be returned for `GET customers/1234/accounts/123ABC`, leveraging `condition` [scripting](/docs/scripting) to ensure that the mock matches only if the current time has an even second.
In the example above, the mock will be returned for `GET customers/1234/accounts/123ABC`, leveraging `condition` [scripting](/docs/reference-scripting) to ensure that the mock matches only if the current time has an even second.

The condition can also be used to match based on query parameters:

Expand Down

0 comments on commit d41e090

Please sign in to comment.