Skip to main content
Version: 4.2.0

Patch a node with the given node id in given section

PATCH 

https://localhost:8900/graph/:graph_id/node/:node_id/section/:section

Experimental: This API is not stable and might be subject of change.
Patch a node with the given node id in given section

Request​

Path Parameters

    graph_id stringrequired

    The identifier of the graph

    Example: fix
    section stringrequired

    Possible values: [reported, desired, metadata]

    The name of the section used for all property paths. If not defined root is assumed.

    node_id stringrequired

    The identifier of the node

Body

The partial object data to patch.

    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/node/:node_id/section/:section' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{}'
Request Collapse all
Base URL
https://localhost:8900
Parameters
— pathrequired
— pathrequired
— pathrequired
Body
{}