summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-24 17:05:13 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-24 17:05:13 -0400
commit471480dba599ad490812075427f9d2813d5d5e74 (patch)
treefdad42b0a7f6e2a04a122d21580c5368f16e8c47 /core
parent1a1eecc69810c6bbc13ddb08541bbe25b93a4f31 (diff)
downloaddocs-471480dba599ad490812075427f9d2813d5d5e74.tar.gz
docs-471480dba599ad490812075427f9d2813d5d5e74.tar.bz2
docs-471480dba599ad490812075427f9d2813d5d5e74.zip
more details for forget path syntax
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 4adf9874..01a431bc 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1161,7 +1161,9 @@ Payment processing
by an non-negative integer within brackets: ``$.products[1]``. An asterisk ``*``
can be used to index an array as a wildcard, which expands the path into a
list of paths containing one path for
- each valid array index: ``$.products[*].description``.
+ each valid array index: ``$.products[*].description``. For a path to be valid,
+ it must end with a reference to a field of an object (it cannot end with an
+ array index or wildcard).
**Response:**