Skip to main content
PUT
/
resource
/
Course
/
Introduction%20to%20Programming
Actualizar Curso
curl --request PUT \
  --url https://cucuniversity.edtools.co/api/resource/Course/Introduction%20to%20Programming \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "description": "Curso actualizado con nuevos temas",
  "default_grading_scale": "MsC"
}
'

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.

Authorizations

Authorization
string
header
required

Body

application/json

description
string
required
default_grading_scale
string
required

Response

200

Respuesta exitosa del servidor.