deck_saveDeckConfig
Save a deck configuration for Anki flashcards, ensuring the correct structure with a required 'id' field. Returns true if successful, false otherwise.
Instructions
Saves the given configuration group. Returns true on success, false otherwise.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
config | Yes | The deck configuration object to save. Must include an 'id'. |