Restore the graph to a snapshot (admin)

POST/api/v1/time-machine/snapshots/{id}/restore

Parameters

This endpoint does not accept parameters.

Responses

202Restore initiated

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/time-machine/snapshots/{id}/restore" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

202Restore initiated
Example response not yet documented.