update
Developing
PUT
http://localhost:1337/api/master/academic-years/id
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost:1337/api/master/academic-years/id' \
--header 'Content-Type: application/json' \
--data-raw '{
"academic_years": "2025-2026",
"start_date": "2025-07-23",
"end_date": "2025-04-15",
"is_active": true
}'
Response Response Example
{}
Request
Body Params application/json