I have only been able to target the semester using POST upon course creation but I'm not able to update a course semester using PUT
Hi @Guillermo.R.579,
Thank you for reaching out in the Brightspace Community.
When you mentioned " I'm not able to update a course semester using PUT", are you referring to changing the semester that a course belongs to using API?
If you can also provide more information regarding this that would be helpful in providing you the right information.
Kind regards,
Roqeeb.
Hi! Yes, I was referring to changing the semester of a course. Let's say a have a course that looks like this: { "Identifier": "999", "Name": "NameCourse", "Code": "CodeCourse", "IsActive": true, "CanSelfRegister": false, "Description": { "Text": "", "Html": "" }, "Path": "/content/enforced/999-CodeCourse/", "StartDate": null, "EndDate": null, "CourseTemplate": { "Identifier": "12345", "Name": "NameTemplate", "Code": "CodeTemplate" }, "Semester": { "Identifier": "435", "Name": "NameSemester", "Code": "CodeSemester" }, "Department": { "Identifier": "7890", "Name": "NameDep", "Code": "CodeDep" }} And I just want to change the semester, so I would only be changing this part:
"Semester": { "Identifier": "435", "Name": "NameSemester", "Code": "CodeSemester" }
In postman I'm using this api call:
PUT {{BrightspaceDomain}}/d2l/api/lp/{{lpversion}}/courses/999
with this JSON body:
"Semester": { "Identifier": 071 }
But I keep getting this error:
{ "type": "http://docs.valence.desire2learn.com/res/apiprop.html#invalid-parameters", "title": "Invalid Parameters", "status": 400, "detail": "Request has missing or invalid parameters."}
Hello @Guillermo.R.579,
Thank you for providing additional information which helped us better understand your query.
I have further checked and can confirm currently we are only able to update the below:
You can find more information in the article:
https://docs.valence.desire2learn.com/res/course.html#Course.CourseOfferingInfo
You can submit this new idea to our Product Idea Exchange on the Brightspace Community.
The Product Idea Exchange is designed for users like you to send direct submissions to our Product Development organization.
We look forward to hearing from you at the Product Idea Exchange!
Thank you,
Rusha
Connect with our Known and Fixed Issue information to learn about improvements made to Brightspace.
Connect with leaders in pedagogy, accessibility, learning experience design and more
The Accessibility category serves as a single point of access to three avenues in Brightspace Community leading to the Accessibility Academy, Accessibility Library and Accessibility Discussions. These avenues offer courses and articles about accessibility to enhance accessibility knowledge and a group of accessibility enthusiasts to stay connected with.
Have questions about how to use Community? Stay tuned with updates, feedback opportunities and more for the Community here!
Connect with and ask questions on how to best use the Brightspace Product to transform the way your users learn!
Connect with product experts to learn more about tools frequently used by Brightspace Developers such as APIs and integrations!
Want to learn more about Brightspace Partners and Integrations? This is the place to be!
Stay up to date with product updates and announcements in this category.
Connect with our release information to learn about monthly improvements and updates to Brightspace.
Learn more about all the upskilling opportunities with courses and resources offered via the Brightspace Learning Center, Brightspace Guided Training and other training opportunities!