FooSoft / anki-connect

Anki plugin to expose a remote API for creating flash cards.
https://foosoft.net/projects/anki-connect/
Other
1.94k stars 219 forks source link

Document `cards` field of `notesInfo` #326

Open louwers opened 2 years ago

louwers commented 2 years ago

notesInfo returns a field cards.

This should be documented.

Right now, this is what the docs says:

{
    "result": [
        {
            "noteId":1502298033753,
            "modelName": "Basic",
            "tags":["tag","another_tag"],
            "fields": {
                "Front": {"value": "front content", "order": 0},
                "Back": {"value": "back content", "order": 1}
            }
        }
    ],
    "error": null
}