create
Developing
POST
http://localhost:1337/api/student/dairies
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:1337/api/student/dairies' \
--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