patch
Patch an edge
{{protocol}}://{{url}}/{{version}}/edges/:_key
Patch an edge. This will merge the provided data
with the existing.
Permissions:
w
on 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
}
Create an edge
Previous
Update an edge
Next