Endpoint

/v3/snapshots/{id}/unlock

POST

Unlock the specified snapshot. After you unlock a snapshot, you can modify it.

Parameters

Name Description Required
id The snapshot identifier. Yes

Request

Schema

{
  "description": "api_snapshot_unlock",
  "type": "object",
  "properties": {
    "signature": {
      "description": "signature",
      "type": "string"
    }
  }
}

Response

Codes

Code Description
200 Return value on success