- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
694 B
694 B
| id | type | title | tags | importance | confidence | created | updated | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| b51ca30a-aae2-4865-9a62-4c797cbacc26 | fix | Draft pick service API parameter fix |
|
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.