put https://{subdomain}.myclickfunnels.com/api/v2/courses/lessons/
Update Lesson
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Update Lesson
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/courses/lessons/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
12{
"id": 8,
"public_id": "OZXmFT",
"title": "Lesson 8",
"body": "Example Lesson",
"section_id": 18,
"published_at": "2025-01-05T12:39:47.000Z",
"current_path": null,
"sort_order": 7,
"created_at": "2025-01-05T12:39:47.555Z",
"updated_at": "2025-02-05T12:39:47.555Z"
}