Skip to main content
PUT
/
resource
/
Department
/
Computer%20Science%20-%20CUC
Actualizar Department
curl --request PUT \
  --url https://cucuniversity.edtools.co/api/resource/Department/Computer%20Science%20-%20CUC \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "disabled": 0
}'

Authorizations

Authorization
string
header
required

Body

application/json

disabled
integer<int32>
required

Response

200

Respuesta exitosa del servidor.