Hello.
I am hoping someone can walk me through the following article:
https://community.d2l.com/brightspace/kb/articles/1171-creating-updating-sections
I just started using Postman and I got the hang of the "GET" API calls. But, I'm struggling with puts and posts. I am getting the error "400" "Request has missing or invalid parameters."
The call I'm making is: [our test domain]/d2l/api/lp/1.3/42813/sections/
The "raw" body I have is the following:
[{"SectionId":113460,
"Name":"Section 1",
"Description":{"Text":"","Html":""},
"Enrollments":[]}]
Do I need some things in the "Params" of Postman?
Thanks in advance for any help provided!! I'm hoping to be able to use Postman to do "IPSIS Section Associations".