PUT /api/v3/snapshots/actions/markdefault

Marks a specified snapshot as the default snapshot in its containing blueprint.

New environments created from a blueprint are based on the default snapshot in the blueprint. This request enables you to change which snapshot is the default snapshot in a given blueprint so that new environments will be based on the snapshot of your choice.

Request Path

PUT /api/v3/snapshots/actions/markdefault?id={snapshotID}

Request Payload

None

Parameters

{snapshotID} The ID of the snapshot that you want to mark as default

Response

None