Skip to main content
Version: 4.2.0

Patch a list of nodes.

PATCH 

https://localhost:8900/graph/:graph_id/nodes

Apply a patch on existing nodes. Non existing nodes are not updated! Consider to stream the request body as new line delimited json (application/x-ndjson).

Request​

Path Parameters

    graph_id stringrequired

    The identifier of the graph

    Example: fix

Body

The partial object data to patch.

    id string

    The identifier of the node.

    reported

    object

    property name* any

    desired

    object

    property name* any

    metadata

    object

    property name* any

Responses​

Return the patched node

Schema

    kind string

    The kind of this node.

    property name* any
curl -L -X PATCH 'https://localhost:8900/graph/:graph_id/nodes' \
-H 'Content-Type: application/x-ndjson' \
-H 'Accept: application/json' \
-d ''
Request Collapse all
Base URL
https://localhost:8900
Parameters
— pathrequired
Body