type URI on every edge_not_found problem body: https://docs.get-exo.com/errors/edge_not_found.
HTTP status: 404 Not Found.
Why it happens
Edges are scoped like nodes. An edge belonging to another subject is not visible to this caller. A removed edge is tombstoned and does not come back on a get.How to fix it
- Confirm the id came from
GET /v1/graph/edgesunder the same effective subject. - Re-assert the relation with
POST /v1/graph/edgesif it should exist.
Related
node_not_foundnot_found- Errors for the envelope and the full catalogue