Actualiza un grupo de evaluación
curl --request PUT \
--url https://cucuniversity.edtools.co/api/resource/Assessment%20Group/Final%20Exams%202025 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"academic_term": "Second Semester 2024-2025"
}
'Documentation Index
Fetch the complete documentation index at: https://docs.edtools.co/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
curl --request PUT \
--url https://cucuniversity.edtools.co/api/resource/Assessment%20Group/Final%20Exams%202025 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"academic_term": "Second Semester 2024-2025"
}
'