cURL
curl --request PUT \ --url https://api.beamlearning.io/agent-graphs/update-edge/{edgeId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'current-workspace-id: <current-workspace-id>' \ --data ' { "isAttachmentDataPulledIn": true, "condition": "<string>" } '
{ "sourceAgentGraphNodeId": "<string>", "targetAgentGraphNodeId": "<string>", "isAttachmentDataPulledIn": true, "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "condition": "<string>" }
Update an existing edge properties such as condition in the agent workflow graph.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Edge updated successfully