---
title: "Update a plugin graph node"
method: PATCH
path: "/v1/plugins/{pluginId}/graph/nodes/{id}"
tags: ["Plugin"]
---

# Update a plugin graph node

`PATCH /v1/plugins/{pluginId}/graph/nodes/{id}`

## Request body

- object
  - `properties` object, required

## Response `200`

OK

- ExtensionNode — Plugin-defined Neo4j graph node (label Extension).
  - `id` string, required
  - `plugin_id` string, required
  - `kind` string, required
  - `properties` object, required
  - `parent_id` string, nullable — Direct IN_SCOPE_OF parent id.
  - `parent_type` 'Assignment' | 'Attachment' | 'Comment' | 'Document' | 'Issue' | 'IssueRelation' | 'Label' | 'Namespace' | 'Notification' | 'Organization' | 'Permission' | 'Project' | 'ResourceType' | 'Role' | 'Team' | 'Todo' | 'User' | 'UserToken' | 'Folder' | 'Installation' | 'CustomFieldDefinition' | 'Extension'
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `403` — Forbidden
- `404` — The requested resource not found
- `500` — Internal Server Error

## Changes

- **2026-09-03** `6c0b21e4101e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/opcotech/apis/elemo-api/changes/v1/plugins/:pluginId/graph/nodes/:id/patch.md)

---

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