This commit is contained in:
Adnan Hajdarevic 2020-11-19 21:22:13 +01:00
parent d4dacd6f8e
commit 4f1089495d
7 changed files with 123 additions and 73 deletions

View file

@ -1,12 +1,12 @@
# Referencing request values
There are four types of request values:
1. Context values
1. Pre-hook values
These are the values provided by the `pre-hook-command` output.
```json
{
"source": "context",
"source": "pre-hook",
"name": "parameter-name"
}
```