---
title: "Update a course"
method: PUT
path: "/lms/{connection_id}/course/{id}"
tags: ["lms", "course"]
---

# Update a course

`PUT /lms/{connection_id}/course/{id}`

## Path parameters

- `connection_id` string, required
- `id` string, required

## Query parameters

- `fields` string[]
- `raw` string

## Request body

- LmsCourse
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `name` string
  - `description` string
  - `is_private` boolean
  - `is_active` boolean
  - `price_amount` number
  - `languages` string[]
  - `categories` string[]
  - `currency` string
  - `media` LmsMedia[]
    - `url` string
    - `name` string
    - `description` string
    - `type` 'IMAGE' | 'HEADSHOT' | 'VIDEO' | 'WEB' | 'DOCUMENT' | 'TEXT' | 'HTML' | 'OTHER'
    - `thumbnail_url` string
    - `content` string
    - `languages` string[] — ISO 2-digit language codes
  - `instructor_ids` string[] — @deprecated; use instructors
  - `instructors` LmsInstructor[]
    - `id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `name` string
    - `first_name` string
    - `last_name` string
    - `emails` LmsEmail[]
    - `title` string
    - `telephones` LmsTelephone[]
      - `telephone` string, required
      - `type` 'WORK' | 'HOME' | 'OTHER' | 'FAX' | 'MOBILE'
    - `image_url` string
    - `raw` object
  - `student_ids` string[] — @deprecated; use students
  - `students` LmsStudent[]
    - `id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `name` string
    - `first_name` string
    - `last_name` string
    - `emails` LmsEmail[]
    - `telephones` LmsTelephone[]
      - `telephone` string, required
      - `type` 'WORK' | 'HOME' | 'OTHER' | 'FAX' | 'MOBILE'
    - `address` PropertyLmsStudentAddress
      - `address1` string
      - `address2` string
      - `city` string
      - `region` string
      - `region_code` string
      - `postal_code` string
      - `country` string
      - `country_code` string
    - `image_url` string
    - `raw` object
  - `content_ids` string[]
  - `skills` string[]
  - `duration_minutes` number
  - `provider_name` string
  - `raw` object
  - `published_at` string, date-time
  - `time_estimate_minutes` number

## Response `200`

Successful

- LmsCourse
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `name` string
  - `description` string
  - `is_private` boolean
  - `is_active` boolean
  - `price_amount` number
  - `languages` string[]
  - `categories` string[]
  - `currency` string
  - `media` LmsMedia[]
    - `url` string
    - `name` string
    - `description` string
    - `type` 'IMAGE' | 'HEADSHOT' | 'VIDEO' | 'WEB' | 'DOCUMENT' | 'TEXT' | 'HTML' | 'OTHER'
    - `thumbnail_url` string
    - `content` string
    - `languages` string[] — ISO 2-digit language codes
  - `instructor_ids` string[] — @deprecated; use instructors
  - `instructors` LmsInstructor[]
    - `id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `name` string
    - `first_name` string
    - `last_name` string
    - `emails` LmsEmail[]
    - `title` string
    - `telephones` LmsTelephone[]
      - `telephone` string, required
      - `type` 'WORK' | 'HOME' | 'OTHER' | 'FAX' | 'MOBILE'
    - `image_url` string
    - `raw` object
  - `student_ids` string[] — @deprecated; use students
  - `students` LmsStudent[]
    - `id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `name` string
    - `first_name` string
    - `last_name` string
    - `emails` LmsEmail[]
    - `telephones` LmsTelephone[]
      - `telephone` string, required
      - `type` 'WORK' | 'HOME' | 'OTHER' | 'FAX' | 'MOBILE'
    - `address` PropertyLmsStudentAddress
      - `address1` string
      - `address2` string
      - `city` string
      - `region` string
      - `region_code` string
      - `postal_code` string
      - `country` string
      - `country_code` string
    - `image_url` string
    - `raw` object
  - `content_ids` string[]
  - `skills` string[]
  - `duration_minutes` number
  - `provider_name` string
  - `raw` object
  - `published_at` string, date-time
  - `time_estimate_minutes` number

---

[API](https://skmtc.net/unified/apis/unified-to-api.md) · [All operations](https://skmtc.net/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unified/unified-to-api/versions/1f72720916e4/schema)
