update
Developing
PUT
http://localhost:1337/api/student/admissions/saob6gaz21y2t1yj0915cqi4
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost:1337/api/student/admissions/saob6gaz21y2t1yj0915cqi4' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "niharika",
"lastName": "dudam",
"gender": "male",
"rollNumber": 0,
"dateOfBirth": "2025-05-05",
"email": "u@example.com",
"phone": "7418529630",
"studentId": "101"
}'
Response Response Example
{}
Request
Body Params application/json