Register an edge type
EdgeTypes
Register an edge type
Registers a custom edge type. Carries cardinality (one-to-one / one-to-many / many-to-one / many-to-many), cascade_on_delete (cascade / orphan / block), source and target type constraints, and an optional property_schema. Core edge type names (about, parent-of, in-thread, attached-to, references, authored-by, derived-from, supersedes) are reserved and collide with 409 conflict.
Admin-only. Custom edge types do not inherit — they’re flat. See Edges — custom edge types.
POST
Register an edge type
Documentation Index
Fetch the complete documentation index at: https://docs.myme.so/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)
Body
application/json
Minimum string length:
1Available options:
one-to-one, one-to-many, many-to-one, many-to-many Available options:
cascade, orphan, block Response
Edge type registered