--- id: b51ca30a-aae2-4865-9a62-4c797cbacc26 type: fix title: "Draft pick service API parameter fix" tags: [major-domo, python, fix, api, draft] importance: 0.5 confidence: 0.8 created: "2025-12-09T20:56:04.871403+00:00" updated: "2025-12-09T20:56:04.871403+00:00" --- Fixed incorrect API parameter names in draft_pick_service.py get_picks_by_team() method. Changed 'round_start' to 'pick_round_start' and 'round_end' to 'pick_round_end' to match the OpenAPI spec at https://sba.manticorum.com/api/openapi.json. This was new/untested code. Also documented that the public OpenAPI spec only contains GET endpoints - PATCH/POST/DELETE are authenticated internal operations not exposed publicly.