Function get_default_assignment_config

Source
pub async fn get_default_assignment_config(
    __arg0: Path<(i64, i64)>,
) -> impl IntoResponse
Expand description

GET /api/modules/{module_id}/assignments/{assignment_id}/config/default

Returns the default execution configuration used when no custom config file is present. This helps clients pre-fill configuration forms or understand system defaults.

ยงSuccess Response (200 OK)

{
  "success": true,
  "message": "Default execution config retrieved successfully",
  "data":
{
}