claude-memory/graph/fixes/draft-pick-service-api-parameter-fix-b51ca3.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

13 lines
694 B
Markdown

---
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.