Resolve Card Refs
POST/api/v1/cards/resolve-refs
Resolve a batch of human-readable card references (name or
parent_path/name) to UUIDs in one round-trip.
Used by the spreadsheet importer's validation pass to surface
ambiguous or missing references before anything is written. Each
ref carries the originating row + column so the importer can
pin the result to the cell that produced it.
Returns one result per ref with status resolved, ambiguous, or
missing. Ambiguous results include up to a handful of candidate
paths so the UI can render a useful disambiguation hint.
Request
Responses
- 200
- 422
Successful Response
Validation Error