Update assembly task fields
Updates quantity, assignee, notes, or status. Auto-stamps completed_at when status is set to completed. Does not clear completed_at if the task is moved back from completed, and does not run inventory side effects — use POST /assembly/{id}/complete for the inventory-aware completion path.
Authorizations
API keys are minted in the AutoPrintFarm web app under Settings → API Keys. Send as Authorization: Bearer apf_live_.... Keys are shown exactly once at creation and can be revoked at any time.
Path Parameters
Assembly task ID
Body
New unit count
x >= 1Tenant member user ID to assign (validated), or null to unassign
Free-form notes, or null to clear (max 2000 chars)
2000New status
pending, in_progress, completed