UpdateSnapshot - PUT
|
Path |
/api/projects/{projectId}/model/snapshots/{snapshotId} |
|---|---|
|
Http Method |
PUT |
Overview
Required permissions
-
Write access to the Build module. BUILD WRITE
OR
-
Write access to the Verify module. VERIFY WRITE
OR
-
Write access to the Distribute module. Distribute WRITE
Request
Request body
JSON
{
"name": "SN02",
"description": "second snapshot",
"type": "Load"
}
Response
Success response (200 OK)
JSON
{
"id": "6b1cb685-515e-4400-9366-608d7d3ae94b",
"name": "SN02",
"description": "second snapshot",
"type": "Load"
}