patch
Patch an edge
{{protocol}}://{{url}}/{{version}}/edges/:_key
Patch an edge. This will merge the provided data with the existing.
Permissions:
won the item from which the edge starts.
Authentication
Authentication inherited from the collection: Bearer .Parameters
| Name | Type | Value |
|---|---|---|
| _key | path | 1234 |
Body
{
"data": {},
"deepMerge": true
}