Open atomicsamurai opened 1 month ago
For example, when creating or updating an ESV with an exclamation mark ! - we have to escape the value with a \, but the actual value that gets submitted has two \s. Desired value: Test!234 cli input: Test!234 Value written to ESV: Test\!234
!
\
For example, when creating or updating an ESV with an exclamation mark
!
- we have to escape the value with a\
, but the actual value that gets submitted has two\
s. Desired value: Test!234 cli input: Test!234 Value written to ESV: Test\!234