Background: I am trying to test course(s) creation using POST learn/v1/courses with OAUTH Password credentials. I am a superadmin user at my org’s Docebo instance.
API Testing Method: Postman or Docebo API explorer
Issues: Used JSON body sample from Docebo API explorer and updated the same with sample values per our need. When POST request submitted I am seeing the below errors:
- 500 Internal Server w/ out skills_codes parameter in JSON body
- invalid parameter when used skills_codes parameter in JSON body
Any suggestions on potential root cause & resolution? Appreciate your help.
Note: GET call on the same endpoint: learn/v1/courses works fine.
Thanks
Maddy