---
title: "PUT /api/graphchain/edge"
method: PUT
path: "/api/graphchain/edge"
tags: ["Graph Chain APIs"]
---

# PUT /api/graphchain/edge

`PUT /api/graphchain/edge`

<b>Allowed user roles:</b><br/><ul><li>sdzUser</li></ul><br/><br/>upsert an edge between 2 SDOs; must be owner or limited owner

## Request body

- NewFullEdgeRequest
  - `label` string, required
  - `toDict` string, required
  - `toSdoId` string, uuid, required
  - `properties` object
  - `fromDict` string, required
  - `fromSdoId` string, uuid, required

## Response `200`

OK

---

[API](https://skmtc.net/burstiq/apis/lifegraph-apis.md) · [All operations](https://skmtc.net/burstiq/apis/lifegraph-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/burstiq/lifegraph-apis/versions/381306ef1fcd/schema)
