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

# Update a content

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

## Path parameters

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

## Query parameters

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

## Request body

- LmsContent
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `external_reference` string
  - `course_ids` string[]
  - `name` string
  - `description` string
  - `languages` 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
  - `is_active` boolean
  - `duration_minutes` number
  - `categories` string[]
  - `subjects` LmsSubject[] — Topic taxonomy as {name, rank} pairs carrying the full ancestor chain (rank = depth, 0 = top level)
    - `name` string
    - `rank` number
  - `skills` string[]
  - `tags` string[]
  - `difficulty` string
  - `sort_order` number
  - `provider_name` string
  - `short_description` string
  - `published_at` string, date-time
  - `localizations` LmsContentLocalization[]
    - `name` string
    - `description` string
    - `language` string
  - `instructor_ids` string[]
  - `collection_ids` string[]
  - `raw` object

## Response `200`

Successful

- LmsContent
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `external_reference` string
  - `course_ids` string[]
  - `name` string
  - `description` string
  - `languages` 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
  - `is_active` boolean
  - `duration_minutes` number
  - `categories` string[]
  - `subjects` LmsSubject[] — Topic taxonomy as {name, rank} pairs carrying the full ancestor chain (rank = depth, 0 = top level)
    - `name` string
    - `rank` number
  - `skills` string[]
  - `tags` string[]
  - `difficulty` string
  - `sort_order` number
  - `provider_name` string
  - `short_description` string
  - `published_at` string, date-time
  - `localizations` LmsContentLocalization[]
    - `name` string
    - `description` string
    - `language` string
  - `instructor_ids` string[]
  - `collection_ids` string[]
  - `raw` object

---

[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)
