put
Update an edge
{{protocol}}://{{url}}/{{version}}/edges/:_key
Patch an edge. This will completely replace the existing data
by the provided data
.
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": {}
}
Patch an edge
Previous
Remove an edge
Next