diff options
author | Paul Tirk <paultirk@paultirk.com> | 2022-04-13 15:14:48 +0200 |
---|---|---|
committer | Benjamin Brahmer <info@b-brahmer.de> | 2022-04-30 20:04:30 +0200 |
commit | da5e749ecce2a90bc6df8aa52e9e1d7e76ac9efe (patch) | |
tree | 3ecdbf291872bb211355c4a3308b04c102644aed /docs | |
parent | 3bdafbfcea72ea099836346859f65d5068447eb1 (diff) |
rename parameter for read/unread api call
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api/api-v1-3.md | 4 |
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 |