Question

500 or "skills_codes:invalid parameter" error for a POST call at learn/v1/courses

  • 8 December 2021
  • 1 reply
  • 213 views

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


1 reply

Userlevel 7
Badge +2

A 500 error usually means the endpoint is down in some way. They likely need to reach out to support.

Reply