summaryrefslogtreecommitdiffstats
path: root/docs/api/api-v1-3.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/api-v1-3.md')
-rw-r--r--docs/api/api-v1-3.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api/api-v1-3.md b/docs/api/api-v1-3.md
index 16317c1f2..4ecd22b95 100644
--- a/docs/api/api-v1-3.md
+++ b/docs/api/api-v1-3.md
@@ -530,7 +530,7 @@ This is used to stay up to date.
* **Parameters**:
```jsonc
{
- "items": [2, 3] // ids of the items
+ "itemIds": [2, 3] // ids of the items
}
```
* **Returns**: nothing
@@ -551,7 +551,7 @@ This is used to stay up to date.
* **Parameters**:
```jsonc
{
- "items": [2, 3] // ids of the items
+ "itemIds": [2, 3] // ids of the items
}
```
* **Returns**: nothing