core-institute multiple-update
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"updates": [
{ "id": 1, "serial": 2 },
{ "id": 2, "serial": 3 }
]
}
Request Code Samples
curl --location --request POST 'https://apidev.edufee.online/api/core-institute/multiple-update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"updates": [
{ "id": 1, "serial": 2 },
{ "id": 2, "serial": 3 }
]
}'
Responses
application/json Modified at 2025-07-01 16:55:15