Readme updates

This commit is contained in:
Alex Yatskov 2024-03-26 18:26:20 -07:00
parent bbf271c5ac
commit 00dffe579d

View File

@ -1988,7 +1988,7 @@ Search parameters are passed to Anki, check the docs for more information: https
</details> </details>
<details> <details>
<summary><i>Samples results:</i></summary> <summary><i>Sample results:</i></summary>
```json ```json
{ {
@ -3750,11 +3750,11 @@ Search parameters are passed to Anki, check the docs for more information: https
{ {
"result": [ "result": [
{ {
canAdd: false, "canAdd": false,
error: 'cannot create note because it is a duplicate' "error": "cannot create note because it is a duplicate"
}, },
{ {
canAdd: true "canAdd": true
} }
], ],
"error": null "error": null