I'm working on Python code to transfer grades into D2L and am following:
[Archived Content] https://community.brightspace.com/s/article/API-Cookbook-Setting-a-grade-for-an-assignment?t=1635592638467
Using the API Test Tool and different data than was used in the cookbook, I can get through all the steps until I get to actually changing the grade value where I get a 404 error.
Can someone help me with this, please?
PUT /d2l/api/le/1.11/7419/grades/1902/values/141886/
Data:
{
"GradeObjectType": 1,
"PointsNumerator": 8
}