Create a new graph​
Create a new graph
Path Parameters
- graph_id string required
The identifier of the graph
Example: resoto
Responses
- 200
The created graph with the root node
- application/json
- Schema
- Example (from schema)
Schema
- kind string
The kind of this node.
{
"kind": "test.person",
"name": "Batman",
"city": "Gotham"
}
Loading...