Snapshots
Last updated
Last updated
GET /api/snapshots/manifest HTTP/1.1
Accept: */*
GET /api/snapshots/list HTTP/1.1
Accept: */*
GET /api/snapshots/read?path=text HTTP/1.1
Accept: */*
POST /api/snapshots/create HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 38
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}POST /api/snapshots/restore HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 38
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}POST /api/snapshots/delete HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 38
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}POST /api/snapshots/tools/clear HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 38
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}