Skip to main content
PUT
/
resource
/
Course%20Schedule
/
EDU-CSH-2025-00001
Actualizar Course Schedule
curl --request PUT \
  --url https://cucuniversity.edtools.co/api/resource/Course%20Schedule/EDU-CSH-2025-00001 \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "room": "Room 202",
  "from_time": "10:00:00",
  "to_time": "11:30:00"
}
'

Authorizations

Authorization
string
header
required

Body

application/json

room
string
required
from_time
string
required
to_time
string
required

Response

200

Respuesta exitosa del servidor.