Actualiza un departamento
curl --request PUT \
--url https://cucuniversity.edtools.co/api/resource/Department/Computer%20Science%20-%20CUC \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"disabled": 0
}'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/Department/Computer%20Science%20-%20CUC \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"disabled": 0
}'