Error
A valid request URL is required to generate request examples{
"results": {
"created": true,
"projectUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Organizations
Ensure playground project
Return the organization’s existing project or provision its sample-data playground when the new onboarding flow is available.
POST
/
api
/
v1
/
org
/
playground-projects
/
ensure
Error
A valid request URL is required to generate request examples{
"results": {
"created": true,
"projectUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?