update
Developing
PUT
http://localhost:1337/api/master/subjects/id
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost:1337/api/master/subjects/id' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "telugu",
"subject_code": "tel",
"type": "theory",
"is_assessment_subject": true
}'
Response Response Example
{}
Request
Body Params application/json