Authorization: Bearer ********************{
"display_type": "percentage",
"decimal_places": 2
}curl --location --request PUT 'https://api.msaaq.com/v1/grading/settings/display' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"display_type": "percentage",
"decimal_places": 2
}'{
"data": {
"id": 1,
"aggregation_method": "natural",
"default_max_grade": 100,
"exclude_empty_grades": false,
"force_aggregation_method": false,
"force_default_max_grade": false,
"force_exclude_empty_grades": false,
"display_type": "percentage",
"decimal_places": 2,
"created_at": "2026-01-01 00:00:00",
"updated_at": "2026-01-01 00:00:00"
}
}