MakeSnapshotDefault

Set a specified snapshot as the default one.

Request URL

GET https://use.cloudshare.com/Api/v2/Env/MarkSnapshotDefault?envId=<envId>&snapshotId=<snapId>&token=<token>&timestamp=<time>&UserApiId=<id>&HMAC=<signature>

Parameters

envId The id of the environment
Example: LB4IUA1HFT4B
snapshotId The snapshot to be made as the default

Response example

{
    "data": {
        "snapshotId": "SSM4ZJXROMFB"
    },
    "remaining__calls": 99964,
    "status_additional_data": null,
    "status_code": "0x20000",
    "status_text": "Success"
}