Hi all,
I'm trying to update an existing course offering via the Brightspace API, and I suspect the issue is related to the CanSelfRegister field.
I'm sending the following JSON body in a PUT request to:
PUT /d2l/api/lp/1.51/courses/6671
Here is the body:
{
"Name": "Ruud Koopmans Sandbox",
"Code": "SB_r.p.m.koopmans",
"StartDate": null,
"EndDate": null,
"IsActive": true,
"Description": {
"Text": "",
"Html": ""
},
"CanSelfRegister": false
}
Is CanSelfRegister supported for PUT requests on the /courses/{orgUnitId} endpoint? Or is it only supported during course creation?
Any help or clarification would be appreciated.
Thanks a lot in advance!
Ruud