fix: correct parameter names for taskmark (taskId) and metadelete (id)
Verified via FW_DEBUG=1: taskmark expects 'taskId' (not 'metaId'), metadelete expects 'id' (not 'metaId'). Wrong names caused silent no-ops because the API wraps errors in a00.un.un instead of top-level un/ex, bypassing the standard error check in fw_client. Also documents verified response structures in SPEC.md. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
__version__ = "0.4.0"
|
||||
__version__ = "0.4.1"
|
||||
|
||||
Reference in New Issue
Block a user