Sign in

Create published course

documented

Create a new published course within a domain.

POST /v1/domains/{domain_name}/published-coursesDomainsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.skilljar.com/v1/domains/{{$domain_name}}/published-courses" \
  -X POST \
  -u "{{SKILLJAR_API_KEY}}:" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"published_course": {"course_id": "{{$course_id}}", "url": "{{$url}}"}}'
Create published course · Skilljar · OpenIntegrations