Clone Sample
Clones an existing sample, either within the same project or to the specified target project.
Path Parameters
projectId string required
sampleId string required
application/json
Request Body required
targetProjectId string nullable
name string nullable
quantity int32 nullable
incidenceRate int32 nullable
lengthOfInterview int32 nullable
liveUrl string nullable
testUrl string nullable
notes string nullable
targetEndDate date-time nullable
Responses
- 201
- 401
- 403
- 404
- 500
- 503
Created
application/json
Schema
Example (from schema)
Schema
projectId string nullable
sampleId string nullable
eTag string nullable
{
"projectId": "string",
"sampleId": "string",
"eTag": "string"
}
Unauthorized
Forbidden
Not Found
Internal Server Error
Service Unavailable
Loading...