API Auction Mutation Ownership Status
Date: 2026-03-19 Sprint: Platform Cleanup Sprint 103
Scope
This document classifies the auction mutation routes that still live in .
Resolving locale, route permissions, and workspace projection.
Current scope: Guest
Category: 10_normative | Version: v1.0.0
Owner: DOCUMENT_CUSTODIAN | Review cycle: 90 days
Approval authority: GOVERNANCE_ADMIN
Documentation portal is read-only. Editing and mutation endpoints are disabled.
Kvary platform is originally created in Georgian. Where a Georgian version exists, Georgian is authoritative for platform UI, documentation, and legal interpretation.
Translations into other languages are provided for convenience. Some records may originate in other languages and carry their own source or legal locale for a specific flow, but where a Georgian version is available, the Georgian version prevails for platform-level wording and interpretation.
Metadata incomplete: Document ID, Version, Status, Owner Role, Last Review Date, Next Review Date, Change Log
Date: 2026-03-19 Sprint: Platform Cleanup Sprint 103
This document classifies the auction mutation routes that still live in .
services/apiIt is about current ownership truth. It is not a claim that these routes are already durable upstream auction actions.
| Route | Local action | Classification | Current backend truth | Verified in-repo caller status |
| --- | --- | --- | --- | --- |
| POST /api/v1/auctions/create | createAuctionFromLandKes | temporary gateway-local compatibility action | API-local auction engine in localEngineRoutes.ts + engine.ts | no verified direct in-repo caller |
| POST /api/v1/auctions/:id/announce | announceAuction | temporary gateway-local compatibility action | same local engine | no verified direct in-repo caller |
| POST /api/v1/auctions/:id/open | openBidding | temporary gateway-local compatibility action | same local engine | no verified direct in-repo caller |
| POST /api/v1/auctions/:id/bids | submitBid | temporary gateway-local compatibility action | same local engine | no verified direct in-repo caller |
| POST /api/v1/auctions/:id/close | closeBidding | temporary gateway-local compatibility action | same local engine | no verified direct in-repo caller |
| POST /api/v1/auctions/:id/award | awardWinner | temporary gateway-local compatibility action | same local engine | no verified direct in-repo caller |
| POST /api/v1/auctions/:id/settle | confirmSettlement | temporary gateway-local compatibility action | same local engine | no verified direct in-repo caller |
services/api is still read-oriented:
GET /api/v1/auctionsGET /api/v1/auctions/:idAUCTIONS_LOCAL_ENGINE_ENABLED.temporary gateway-local compatibility actionisolate into a narrower compatibility package, not immediate removal