Update course metadata
Updates course details such as title, description, language, and thumbnail. Only provided fields are updated.
LEIA API key passed as Bearer token (recommended). Keys start with leia_sk_.
In: header
Path Parameters
The course ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/courses/string" \ -H "Content-Type: application/json" \ -d '{}'{}{
"error": {
"code": "UNAUTHORIZED",
"message": "Valid LEIA API key required"
}
}{
"error": {
"code": "FORBIDDEN",
"message": "API key service user must be a CREATOR user"
}
}{
"error": {
"code": "string",
"message": "string"
}
}{
"error": {
"code": "IDEMPOTENCY_CONFLICT",
"message": "Idempotency-Key was reused with a different request body"
}
}{
"error": {
"code": "string",
"message": "string"
}
}{
"error": {
"code": "string",
"message": "string"
}
}Start curriculum generation POST
Starts an async curriculum generation job from instructions and source materials.
Upload RAG document POST
Uploads one source document as multipart/form-data, stores it, creates a RAG document record, and starts asynchronous processing. If neither courseId nor draftCourseId is supplied, a new draftCourseId is returned. Idempotency is scoped to upload metadata and file checksum.