Create, update, and delete modules and topics in a Brightspace course's content structure via the Valence Content API

domain: education · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Get an access token scoped with content:modules:manage (and content:topics:manage for topic-level edits).
  2. POST a ContentObjectData block of type Module to /d2l/api/le/{version}/{orgUnitId}/content/root/ to create a new root-level module for the org unit.
  3. POST to /d2l/api/le/{version}/{orgUnitId}/content/modules/{moduleId}/structure/ to add a child module, a Link-type topic, or (via a multipart/mixed body with the file attachment as a second part) a File-type topic under an existing parent module.
  4. PUT updated ContentObjectData to /d2l/api/le/{version}/{orgUnitId}/content/modules/{moduleId} to edit a module, or to /d2l/api/le/{version}/{orgUnitId}/content/topics/{topicId} to edit a topic; neither call can alter a module's existing Structure ordering.
  5. DELETE /d2l/api/le/{version}/{orgUnitId}/content/modules/{moduleId} or /content/topics/{topicId} to remove a module or topic from the org unit.

Known gotchas

Related routes

Retrieve a Brightspace course's content structure (modules and topics) via the Valence Content API
education · 5 steps · unrated
add a file topic to a Brightspace course content module via the Valence Learning Framework API
docs.valence.desire2learn.com · 5 steps · unrated
Retrieve a Brightspace learner's scheduled and overdue content items across their courses via the Valence Content API myItems endpoints
education · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans