Agrega un curso a múltiples programas a la vez
cURL
curl --request POST \ --url https://cucuniversity.edtools.co/api/method/education.education.doctype.course.course.add_course_to_programs \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "course": "Introduction to Programming", "programs": [ "Computer Science", "Software Engineering" ], "mandatory": false } '
Documentation IndexFetch the complete documentation index at: https://docs.edtools.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.edtools.co/llms.txt
Use this file to discover all available pages before exploring further.
—
Respuesta exitosa del servidor.
Was this page helpful?