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
Enable Learn
Enable Learn for the current organization: create the training project with the caller as its admin. Org admins only. Idempotent.
POST
/
api
/
v1
/
org
/
training-project
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?