Skip to main content
PUT
/
resource
/
Article
/
Introduction%20to%20Data%20Structures
Actualizar Article
curl --request PUT \
  --url https://cucuniversity.edtools.co/api/resource/Article/Introduction%20to%20Data%20Structures \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "<h2>What are Data Structures?</h2><p>Updated content with more examples...</p>"
}
'

Authorizations

Authorization
string
header
required

Body

application/json

content
string
required

Response

200

Respuesta exitosa del servidor.