Implement or remove the is_trade parameter from GET /api/v3/transactions #27

Open
opened 2026-02-20 06:50:14 +00:00 by cal · 1 comment
Owner

app/routers_v3/transactions.py:77-78 — The is_trade parameter is documented in OpenAPI but raises 501. Either implement it or remove it from the API signature.

Priority: low | Labels: todo, tech-debt

`app/routers_v3/transactions.py:77-78` — The `is_trade` parameter is documented in OpenAPI but raises 501. Either implement it or remove it from the API signature. **Priority**: low | **Labels**: todo, tech-debt
cal added the
ai-working
label 2026-03-06 05:01:01 +00:00
cal removed the
ai-working
label 2026-03-06 05:03:00 +00:00
Author
Owner

Opened PR #57: #57

The Transaction model has no is_trade field, so implementation would require a schema migration. Removed the parameter from the function signature and the 501 stub block instead.

Opened PR #57: https://git.manticorum.com/cal/major-domo-database/pulls/57 The `Transaction` model has no `is_trade` field, so implementation would require a schema migration. Removed the parameter from the function signature and the 501 stub block instead.
cal added the
ai-pr-opened
label 2026-03-06 05:03:08 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/major-domo-database#27
No description provided.