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

694 B

id type title tags importance confidence created updated
b51ca30a-aae2-4865-9a62-4c797cbacc26 fix Draft pick service API parameter fix
major-domo
python
fix
api
draft
0.5 0.8 2025-12-09T20:56:04.871403+00:00 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.