Modify Snapshot

Implementation Notes

Updates a Snapshot with a new set of details.

Response Class (Status 200)

Parameters

Parameter Value Description Parameter Type Data Type
ApiKey The Value of the API Key Path String
snapshotid SnapshotId to modify. Path integer
Submission

Details of the snapshot to modify. body
ApiSnaps{
SnapshotName(string),
ListId(integer),
SamplePercent (string)
}
  {
    "SnapshotName": "string",
    "ListId": 0,
    "SamplePercent": "string"
  }  
Click to set as parameter value

Response Messages

HTTP Status Code Reason Response Model Headers
403 Access Denied    
404 Not Found