Create an ad-hoc snapshot (admin)

POST/api/v1/time-machine/snapshots

Parameters

This endpoint does not accept parameters.

Responses

201Snapshot created

Request

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

Response

201Snapshot created
Example response not yet documented.