Authorization: Bearer ********************{
"grade": "string",
"min_percentage": 54.898348822350364,
"description": {
"key_0": "string",
"key_1": "string"
},
"sort_order": 2527
}curl --location --request PUT 'https://api.msaaq.com/v1/grading/scales/string' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"grade": "string",
"min_percentage": 54.898348822350364,
"description": {
"key_0": "string",
"key_1": "string"
},
"sort_order": 2527
}'{
"data": {
"id": 7561,
"grade": "A+",
"min_percentage": 90,
"description": {
"ar": "ممتاز",
"en": "Excellent"
},
"sort_order": 0,
"created_at": "2026-01-01 00:00:00",
"updated_at": "2026-01-01 00:00:00"
}
}