- When entering configuration values in the UI, use unescaped characters, such as
\t
for the tab character. When entering configuration values in the API, use escaped characters, such as\\t
for the tab character. - Enter the root path in Unix command-line format, not JSON format. For example, enter
/response/docs
, not$['response']['docs']
.