Module put

Source
Expand description

Module management routes.

Provides endpoints for editing individual modules (PUT /api/modules/{id}) and bulk updating multiple modules (PUT /api/modules/bulk).
Only accessible by admin users. Responses follow the standard ApiResponse format.

Structs§

BulkUpdateRequest
BulkUpdateResult
FailedUpdate

Functions§

bulk_edit_modules
PUT /api/modules/bulk
edit_module
PUT /api/modules/{module_id}