Skip to main content
PATCH
Update Edge

Request

Path Parameters

string
required
The project ID
string
required
The edge ID

Headers

string
required
Bearer token using your developer key

Body

All fields are optional. Only include the fields you want to update.
string
New source node ID
string
New target node ID
string
Updated transition condition

Response

Returns the full updated edge. Returns 400 if the new source or target node does not exist.

Example