Skip to main content
PATCH
/
workflows
/
v1
/
edges
/
{edge_id}
Update Edge
curl --request PATCH \
  --url https://api-qa.interactly.ai/workflows/v1/edges/{edge_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "edge": {
    "team_id": "<string>",
    "created_by": "<string>",
    "updated_by": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "_id": "5eb7cf5a86d9755df3a6c593",
    "edge_config": {
      "logical_id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "source_node_logical_id": "<string>",
      "destination_node_logical_id": "<string>",
      "workflow_id": "<string>",
      "disabled": false,
      "type": "direct"
    }
  }
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

edge_id
string
required
Required string length: 24
Example:

"5eb7cf5a86d9755df3a6c593"

Body

application/json

The body is of type Body · object.

Response

Successful Response

Response model for a single edge. Contains an EdgesModel object.

edge
EdgesModel · object
required

Single edge object