Bulk Relations
POST/api/v1/relations/bulk
Batched upsert/delete for relations. Used by the spreadsheet importer
to apply both inline rel:<key> columns and the explicit Relations
sheet in one round-trip.
Each operation independently succeeds or fails; failed rows do not
roll back successful ones unless every row fails. Source and target
may be referenced by UUID (when the importer has just created the card)
or by (type, parent_path, name) for human-readable round-trips.
Permission: relations.manage.
Request
Responses
- 200
- 422
Successful Response
Validation Error