PATCH
/
v1
/
storage
/
{graph_id}
/
cURL
curl --request PATCH \
  --url https://api.unize.org/v1/storage/{graph_id}/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "graph_name": "<string>"
}'
{
  "graph_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "graph_name": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "last_graph_merge": {
    "system": "st-0.75",
    "extraction_mode": "normal",
    "client_display_error": "<string>",
    "status": "queued",
    "timestamp": "2023-11-07T05:31:56Z",
    "completed_at": "2023-11-07T05:31:56Z",
    "extraction_criteria_truncated": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Send the API generated from the Playground:

  • Authorization: <api_key>

Path Parameters

graph_id
string
required

The graph_id of the knowledge graph to be renamed. A graph_id is an alphanumeric string that uniquely identifies a knowledge graph.

Body

Response

200 - application/json

The response is of type object.