Problem with REST API
I'm trying to make a request with the following endpoint:
patch / learn / api / public / v1 / courses / {courseId} / gradebook / columns / {columnId} Update Grade Column
Version 3200.0.5-rel.6 + 3dd6b56
But I have the following answer:
{
"status": 400,
"message": "Bad Options Specified: REST API supports a Calculated Column only for Ultra courses.: REST API supports a Calculated Column only for Ultra courses."
}
But, with the same request in homologation, I can make the requisition
Version homologation: 3400.0.4-rel.68 + a1c490e
What does your JSON payload look like?
What type of column are you trying to update - is it a calculated column?