Skip to content

Commit

Permalink
Updated the title of the dictionary section in the service virtualiza…
Browse files Browse the repository at this point in the history
…tion page
  • Loading branch information
joelrosario committed Aug 29, 2024
1 parent 3feed20 commit b13ad91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/service_virtualization_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Service Virtualization
- [Partial Examples](#partial-examples)
- [Partial Request Examples](#partial-request-examples)
- [Partial Response Examples](#partial-response-examples)
- [Default Values Using A Dictionary](#default-values-using-a-dictionary)
- [Inject Response Values From An External Dictionary](#inject-response-values-from-an-external-dictionary)
- [Delay Simulation](#delay-simulation)
- [SSL / HTTPS Stubbing](#ssl--https--stubbing)
- [Auto-Generated Cert Store](#auto-generated-cert-store)
Expand Down Expand Up @@ -778,7 +778,7 @@ The same idea extends to the response.
- Note that the two mandatory keys in the response named `id` and `employeeCode` are omitted from the example.
- But because it's a partial example, when you make the execute the previous curl command, Specmatic will autogenerate values for `id` and `employeeCode` from their schemas in the specification.

## Default Values Using A Dictionary
## Inject Response Values From An External Dictionary

Sometimes it's helpful to just formulate the example without certain concrete values, and have them injected later on. The dictionary feature can be used to do this.

Expand Down

0 comments on commit b13ad91

Please sign in to comment.