Implement or remove the is_trade parameter from GET /api/v3/transactions
#27
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/major-domo-database#27
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
app/routers_v3/transactions.py:77-78— Theis_tradeparameter is documented in OpenAPI but raises 501. Either implement it or remove it from the API signature.Priority: low | Labels: todo, tech-debt
Opened PR #57: #57
The
Transactionmodel has nois_tradefield, so implementation would require a schema migration. Removed the parameter from the function signature and the 501 stub block instead.