Closed adriaanwm closed 4 years ago
Fixes #121
path
option cannot use dot notation for nested path. For a nested path it must be an array. This solves the issue of keys with periods (like urls).
Taking a look. Unfortunately, this branch breaks the patchListRequest should patch a nested item in a request result
test, digging into why now.
Added tests and small fix that should support the scenario you are encountering.
Fixes #121
path
option cannot use dot notation for nested path. For a nested path it must be an array. This solves the issue of keys with periods (like urls).