Constants
version: v1.3
type: Config
body:
constants:
today: "2017-12-01"rules:
...
- response:
headers:
content-type: application/json
body:
- id: 1
name: Foo
registeredDate: ${constants.today}#data/config.yml
logging:
headers: false
body: false
constants:
today: "2017-12-01"Last updated