anki-connect icon indicating copy to clipboard operation
anki-connect copied to clipboard

Document `cards` field of `notesInfo`

Open louwers opened this issue 3 years ago • 0 comments
trafficstars

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
}

louwers avatar May 27 '22 23:05 louwers