curl --request PUT \
--url https://cucuniversity.edtools.co/api/resource/Instructor/EDU-INS-2025-00001 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "Left",
"department": "Engineering"
}
'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/Instructor/EDU-INS-2025-00001 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "Left",
"department": "Engineering"
}
'