institute-wise-subject-setup
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
subject_id[]
array[string]
optionalRequest samples
curl --location --request POST 'https://apidev.edufee.online/api/institute-wise-subject-setup' \
--form 'subject_id[]=""'
Responses
application/json {
"errors": null,
"message": "Success",
"status_code": 200,
"payload": {
"data": {
"status": "success",
"message": "Configuration updated successfully.",
"created_subjects": [
{
"institute_details_id": "1",
"subject_id": 3,
"subject_name": "Bangla 2nd",
"subject_code": "103",
"updated_at": "2025-04-26T03:43:19.000000Z",
"created_at": "2025-04-26T03:43:19.000000Z",
"id": 3
}
]
}
}
}
Modified at 2025-04-26 03:39:27