fix: ENG-QA-GAUNTLET-154 — Add bulk operation API routes for items #11

Merged
john merged 1 commit from feat/eng-qa-gauntlet-154 into dev 2026-05-10 22:11:42 +00:00
Owner

Automated fix for ENG-QA-GAUNTLET-154.

Wire up three new routes on a bulk items router: POST /api/v1/items/bulk (create), DELETE /api/v1/items/bulk (delete), PUT /api/v1/items/bulk (update). Each route calls the corresponding BulkItemService method. Include proper request/response models, error handling (422 for validation, 404 for missing IDs in update), and batch size limit enforcement (400 if over 100). Register the router in the main app.

Automated fix for ENG-QA-GAUNTLET-154. Wire up three new routes on a bulk items router: POST /api/v1/items/bulk (create), DELETE /api/v1/items/bulk (delete), PUT /api/v1/items/bulk (update). Each route calls the corresponding BulkItemService method. Include proper request/response models, error handling (422 for validation, 404 for missing IDs in update), and batch size limit enforcement (400 if over 100). Register the router in the main app.
feat: feat/eng-qa-gauntlet-154 agent changes
All checks were successful
CI / CI (pull_request) Successful in 29s
7b4bfbaed0
john scheduled this pull request to auto merge when all checks succeed 2026-05-10 15:53:05 +00:00
john merged commit 92fa7af91c into dev 2026-05-10 22:11:42 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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
haskytech/qa-gauntlet-v3!11
No description provided.