v51

OpenAPI 3.0.3Apache-2.0raw.githubusercontent.com2026-08-01276140748.5 KB
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.