Update registrations and grades for a single student for multiple units
Updates one or more registrations for a specific profile. Provide grade values, state, and publication flags in the request body.
Path Parameters
- Type: stringprofile
_id requiredUnique identifier of the profile.
Responses
- application/json
- application/json
- application/json
- application/json
Request Example for patch/apis/registrations/profiles/{profile_id}/registrations
curl https://school.fullfabric.cloud/apis/registrations/profiles/507f1f77bcf86cd799439011/registrations \
--request PATCH \
--header 'FF-Auth: YOUR_SECRET_TOKEN'
[
{
"additionalProperty": "anything"
}
]