curl --request PUT \
--url https://test-api.afrainity.com/api/v1/school/report-settings/{id}/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"priority": "<unknown>",
"is_deleted": true
}
'{}Update report card settings (layout, comments, signatures, etc.)
curl --request PUT \
--url https://test-api.afrainity.com/api/v1/school/report-settings/{id}/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"priority": "<unknown>",
"is_deleted": true
}
'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A UUID string identifying this report settings.