---
title: "POST /api/metadata/edge"
method: POST
path: "/api/metadata/edge"
tags: ["Edge Definition Metadata APIs"]
---

# POST /api/metadata/edge

`POST /api/metadata/edge`

<b>Allowed user roles:</b><br/><ul><li>sdzAdmin</li></ul><br/><br/>post (insert) the edges into the secure data zone

## Request body

- EdgeDef
  - `id` string, uuid, required
  - `name` string, required
  - `fromDictionary` string, required
  - `toDictionary` string, required
  - `condition` EdgeColumn[], required
    - `fromCol` string, required
    - `toCol` string, 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/revisions/381306ef1fcd/schema)
