update
Developing
PUT
http://localhost:1337/api/student/dairies/q9ypj7xbt7mxd7nud4fuddze
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost:1337/api/student/dairies/q9ypj7xbt7mxd7nud4fuddze' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "hw1",
"description": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"text": "assignmnt"
}
]
}
],
"date": "2025-04-18",
"sendSMS": true,
"sendWhatsApp": true,
"homeworkstatus": "Pending"
}'
Response Response Example
{}
Request
Body Params application/json