update
Developing
PUT
http://localhost:1337/api/master/organisation/gzp7nv1zqhzoybnxt6cfxymx
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost:1337/api/master/organisation/gzp7nv1zqhzoybnxt6cfxymx' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "vamsi reddy",
"org_type": "individual",
"registration_number": "123456",
"email": "vandana@gmail.com",
"phone": "07418529631",
"student_capacity": "100",
"established_year": "2025-04-16",
"principal_name": "divya",
"logo": null,
"uploaded_documents": null
}'
Response Response Example
{}
Request
Body Params application/json