Import one or more cypher queries.
Cypher
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
Import one or more cypher queries.
Documentation Index
Fetch the complete documentation index at: https://specterops-bp-2395-ms-sentinel.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authorization: Bearer $JWT_TOKEN
Body
Request body should be a JSON or Zip file.
The body is of type file.
Response
No Content This response will contain no response body.
The response is of type string.