--- id: 27a581bc-9e3c-47b8-8836-dbca359d1b79 type: solution title: "Draft pause API support" tags: [major-domo, database, fastapi, draft-system, feature] importance: 0.6 confidence: 0.8 created: "2025-12-12T01:48:00.158262+00:00" updated: "2025-12-12T01:48:00.158262+00:00" --- Added 'paused' parameter to DraftData PATCH endpoint in major-domo database API. When paused=True, the draft blocks all picks (manual and auto) and stops the timer. Resume restarts the timer with a fresh deadline. Required database migration to add paused column (BOOLEAN DEFAULT FALSE) to draftdata table.