Cypher
Community
Enterprise
Import one or more cypher queries.
Import one or more cypher queries.
The request body should be a json file containing a single query or a Zip consisting of multiple JSON files each containing a single query.
The underlying JSON file(s) is expected to have the following structure:
{
"name": "Return_Nodes",
"query": "MATCH (n) RETURN n",
"description": "Returns all nodes in a given graph"
}
post/api/v2/saved-queries/import
Request body
string binary required
Response
No Content This response will contain no response body.