Error
A valid request URL is required to generate request examples{
"results": {
"expiresAt": "2023-11-07T05:31:56Z",
"projectUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Projects
Create training preview
Make (or remake) the caller’s own throwaway copy of the training project for a walkthrough. The copy starts from the seeded state and expires on its own.
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
training-previews
Error
A valid request URL is required to generate request examples{
"results": {
"expiresAt": "2023-11-07T05:31:56Z",
"projectUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?