Skip to content

Commit

Permalink
Merge pull request #41 from pactumjs/fix-api-docs-href
Browse files Browse the repository at this point in the history
Fix href for Data Management in /api/request/stores
  • Loading branch information
leelaprasadv authored Sep 17, 2023
2 parents 8bbcb7d + 099800d commit eda459b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/requests/stores.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# stores

`stores` method lets use save response data under [Data Management]() which allows to refer the saved data anywhere in the tests using special syntax - `$S{<variable>}`.
`stores` method lets use save response data under [Data Management](/guides/data-management) which allows to refer the saved data anywhere in the tests using special syntax - `$S{<variable>}`.

## Syntax

Expand Down

0 comments on commit eda459b

Please sign in to comment.