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*:
|
||||
```
|
||||
2
|
||||
3
|
||||
```
|
||||
* **deckNames**
|
||||
|
||||
@ -185,6 +185,7 @@ rather than raw JSON. If you are writing raw requests be sure to send valid JSON
|
||||
{
|
||||
action: 'addNote',
|
||||
params: {
|
||||
note: {
|
||||
deckName: 'Default',
|
||||
modelName: 'Basic',
|
||||
fields: {
|
||||
@ -203,11 +204,12 @@ rather than raw JSON. If you are writing raw requests be sure to send valid JSON
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
*Sample response*:
|
||||
```
|
||||
null
|
||||
1496198395707
|
||||
```
|
||||
|
||||
* **addNotes**
|
||||
@ -249,6 +251,7 @@ rather than raw JSON. If you are writing raw requests be sure to send valid JSON
|
||||
*Sample response*:
|
||||
```
|
||||
[
|
||||
1496198395707,
|
||||
null,
|
||||
/* ... */
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user