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

# Admin Update Lesson

`PUT /admins/lessons/{id}`

admin update lesson

## Path parameters

- `id` string, required

## Request body

- V1UpdateLessonInput
  - `content` string
  - `name` string
  - `position` integer
  - `published` boolean

## Response `200`

ok

- string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error
- `default` — Default response

---

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