POST /admin/scorm-tenants
POST /admin/scorm-tenants
Endpoint
POST /admin/scorm-tenants
Query Parameters
| Parameter | Type | Description |
|---|---|---|
search | string | Query parameter |
Error Responses
| Status Code | Error Code | Description |
|---|---|---|
| 500 | HTTP_500 | Internal Server Error |
| 422 | HTTP_422 | Error |
| 409 | HTTP_409 | Error |
| 500 | HTTP_500 | Internal Server Error |
Example Request
curl -X POST "https://api.allurelms.com/admin/scorm-tenants" \
-H "Content-Type: application/json" \
-d '{}'