Skip to main content
Version: 4.2.0

Create a new graph

POST 

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

Create a new graph

Request​

Path Parameters

    graph_id stringrequired

    The identifier of the graph

    Example: fix

Responses​

The created graph with the root node

Schema

    kind string

    The kind of this node.

    property name* any
curl -L -X POST 'https://localhost:8900/graph/:graph_id' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://localhost:8900
Parameters
— pathrequired