Readme updates
This commit is contained in:
parent
bbf271c5ac
commit
00dffe579d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user