---
title: "Update System Analysis Edge"
method: PATCH
path: "/system_analysis_edges/{id}"
tags: ["System Analysis"]
---

# Update System Analysis Edge

`PATCH /system_analysis_edges/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateSystemAnalysisEdgeRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `attributes` UpdateSystemAnalysisEdgeAttributes, required
    - `descriptionOverride` string
    - `hidden` boolean
    - `labelOverride` string

## Response `200`

OK

- UpdateSystemAnalysisEdgeResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` SystemAnalysisEdge, required
    - `attributes` SystemAnalysisEdgeAttributes, required
      - `descriptionOverride` string
      - `hidden` boolean, required
      - `knowledgeRelationship` KnowledgeGraphRelationship, required
        - `attributes` KnowledgeGraphRelationshipAttributes, required
          - `aliases` KnowledgeGraphSubjectAlias[], required
            - `attributes` KnowledgeGraphSubjectAliasAttributes, required
              - …
            - `id` string, required
          - `createdAt` string, date-time, required
          - `latestState` KnowledgeGraphSubjectState
            - `description` string, required
            - `displayName` string, required
            - `properties` object, required
          - `predicate` string, required
          - `sourceEntityId` string, required
          - `targetEntityId` string, required
          - `updatedAt` string, date-time, required
        - `id` string, required
      - `labelOverride` string
    - `id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

## Changes

- **2026-08-27** (v1) `eaee3040e50d` — 2 breaking, 1 info
  - removed the required property `data/attributes/knowledgeRelationship/attributes/kind` from the response with the `200` status
  - removed the required property `data/attributes/knowledgeRelationship/attributes/subkind` from the response with the `200` status
  - added the required property `data/attributes/knowledgeRelationship/attributes/predicate` to the response with the `200` status
- **2026-08-25** (v1) `3fd856c3acc1` — 2 breaking
  - removed the required property `data/attributes/sourceNodeId` from the response with the `200` status
  - removed the required property `data/attributes/targetNodeId` from the response with the `200` status
- **2026-08-18** (v1) `757c8394efdc` — 1 info
  - endpoint added
- **2026-08-17** (v1) `f01c56c8a294` — 1 breaking
  - api path removed without deprecation
- **2026-07-29** (v1) `6e29faf92044` — 1 warning, 1 info
  - removed the optional property `data/attributes/knowledgeRelationship/attributes/latestEvidence` from the response with the `200` status
  - added the optional property `data/attributes/knowledgeRelationship/attributes/latestState` to the response with the `200` status

[Full history](https://skmtc.dev/rezible/apis/rezible-api/changes/system_analysis_edges/:id/patch.md)

---

[API](https://skmtc.dev/rezible/apis/rezible-api.md) · [All operations](https://skmtc.dev/rezible/apis/rezible-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rezible/rezible-api/revisions/eaee3040e50d/schema)
