We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9167e1d commit 40a66f9Copy full SHA for 40a66f9
docs/commands/json.numincrby.md
@@ -9,16 +9,14 @@ Increment the number value stored at `path` by `number`
9
is key to modify.
10
</details>
11
12
-<details open><summary><code>value</code></summary>
+<details open><summary><code>path</code></summary>
13
14
-is number value to increment.
+is JSONPath to specify.
15
16
17
-## Optional arguments
18
-
19
-<details open><summary><code>path</code></summary>
+<details open><summary><code>value</code></summary>
20
21
-is JSONPath to specify. Default is root `$`.
+is number value to increment.
22
23
24
## Return
0 commit comments