Campo requerido: instructor_name
curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Instructor \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"instructor_name": "Dr. Juan Martínez",
"gender": "Male",
"department": "Computer Science",
"status": "Active"
}
'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 POST \
--url https://cucuniversity.edtools.co/api/resource/Instructor \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"instructor_name": "Dr. Juan Martínez",
"gender": "Male",
"department": "Computer Science",
"status": "Active"
}
'