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.
POST /v1/projects/{projectId}/preview-blueprints/{previewBlueprintId}/previews/{previewId}/resume
POST /v1/teams/{teamId}/projects/{projectId}/preview-blueprints/{previewBlueprintId}/previews/{previewId}/resume
Example response
200 OK
JSON
{
"data": {}
}