Skip to main content
PUT
/
resource
/
Student%20Log
/
LOG-00001
Actualizar Student Log
curl --request PUT \
  --url https://cucuniversity.edtools.co/api/resource/Student%20Log/LOG-00001 \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "log": "Actualización: El estudiante completó el plan de mejora acordado."
}
'

Authorizations

Authorization
string
header
required

Body

application/json

log
string
required

Response

200

Respuesta exitosa del servidor.