Import nodes from JSON
Create nodes from an array of JSON objects. Each object becomes one node with the specified label. Object keys become property names; values must be string, number, or boolean (other types are silently skipped).
post/api/import/json
Request body
Response
Import successful
Example response
{
"status": "ok"
}Changes
Changed in 3 of the 17 revisions of this API.12
- ○
added the new optional request property
graphnew-optional-request-property
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲