update_module_item
Update an existing Canvas module item's title, position, publishing status, URL, or move it to another module. Set completion requirements for modules.
Instructions
Update an existing module item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New item title | |
| indent | No | New indentation level (0-4) | |
| item_id | Yes | Item ID to update | |
| new_tab | No | Open external links in new tab | |
| position | No | New position within module | |
| module_id | Yes | Module ID containing the item | |
| published | No | Whether the item is published | |
| external_url | No | New URL (ExternalUrl items only) | |
| course_identifier | Yes | Course code or Canvas ID | |
| move_to_module_id | No | Move item to a different module | |
| completion_requirement_type | No | New completion type, or empty string to remove | |
| completion_requirement_min_score | No | Minimum score (for min_score type) |