---
title: "Update Lesson"
method: PUT
path: "/courses/lessons/{id}"
tags: ["Courses::Lesson"]
---

# Update Lesson

`PUT /courses/lessons/{id}`

Update Lesson

## Path parameters

- `id` string, required

## Request body

- object
  - `courses_lesson` CoursesLessonParametersUpdate — Lessons
    - `title` string — Title
    - `body` string, nullable — Description
    - `lesson_content` string, nullable — Markdown lesson content. This is the primary content field for the lesson body.
    - `image_id` string, nullable — Public ID of an image in the workspace to use as the lesson image.

## Response `200`

OK

- CoursesLessonAttributes — Lessons
  - `id` integer — ID
  - `public_id` string, nullable — Public ID
  - `title` string — Title
  - `body` string, nullable — Description
  - `section_id` integer, nullable — Parent module
  - `published_at` string, date-time, nullable — Schedule for
  - `current_path` string, nullable — Current Path
  - `sort_order` integer, nullable — Builder display order of the lesson within its section (section_id). Scoped per section, starting at 0.
  - `created_at` string, date-time, nullable — Added
  - `updated_at` string, date-time, nullable — Updated

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
