Preview Blueprints /
Resume preview environment
Resume a preview environment generated by a preview blueprint.
Required permission
Project > PreviewBlueprints > Previews > Resume
Path parameters
projectId
string requiredID of the projectpreviewBlueprintId
string requiredID of the preview blueprintpreviewId
string requiredID of the preview
Response body
- {object}Response object.
data
{object} requiredResult data.
API
CLI
JS Client
POST /v1/projects/{projectId}/preview-blueprints/{previewBlueprintId}/previews/{previewId}/resume
Example response
200 OK
The operation was performed successfully.
JSON
{
"data": {}
}