update
Developing
PUT
http://localhost:1337/api/student/enquiries/id
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost:1337/api/student/enquiries/id' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"student_name": "string",
"gender": "male",
"date_of_birth": "2025-05-05",
"father_name": "string",
"mother_name": "string",
"phone": "string",
"email": "user@example.com",
"enquiry_date": "2025-05-05",
"notes": "string",
"image": [
"string or id",
"string or id"
],
"current_address": "string",
"permanent_address": "string",
"certificate": "string or id",
"admission": "string or id",
"locale": "string",
"localizations": [
"string or id",
"string or id"
]
}
}'
Response Response Example
{}
Request
Body Params application/json