Updating README.md
This commit is contained in:
parent
5d482ff4ce
commit
c317735fb1
@ -104,7 +104,7 @@ rather than raw JSON. If you are writing raw requests be sure to send valid JSON
|
|||||||
|
|
||||||
*Sample response*:
|
*Sample response*:
|
||||||
```
|
```
|
||||||
2
|
3
|
||||||
```
|
```
|
||||||
* **deckNames**
|
* **deckNames**
|
||||||
|
|
||||||
@ -185,6 +185,7 @@ rather than raw JSON. If you are writing raw requests be sure to send valid JSON
|
|||||||
{
|
{
|
||||||
action: 'addNote',
|
action: 'addNote',
|
||||||
params: {
|
params: {
|
||||||
|
note: {
|
||||||
deckName: 'Default',
|
deckName: 'Default',
|
||||||
modelName: 'Basic',
|
modelName: 'Basic',
|
||||||
fields: {
|
fields: {
|
||||||
@ -203,11 +204,12 @@ rather than raw JSON. If you are writing raw requests be sure to send valid JSON
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
*Sample response*:
|
*Sample response*:
|
||||||
```
|
```
|
||||||
null
|
1496198395707
|
||||||
```
|
```
|
||||||
|
|
||||||
* **addNotes**
|
* **addNotes**
|
||||||
@ -249,6 +251,7 @@ rather than raw JSON. If you are writing raw requests be sure to send valid JSON
|
|||||||
*Sample response*:
|
*Sample response*:
|
||||||
```
|
```
|
||||||
[
|
[
|
||||||
|
1496198395707,
|
||||||
null,
|
null,
|
||||||
/* ... */
|
/* ... */
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user