put https://{subdomain}.myclickfunnels.com/api/v2/courses/sections/
Update Section
Log in to see full request history
Responses
Update Section
xxxxxxxxxx
curl --request PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/courses/sections/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
18{
"id": 9,
"public_id": "oEfKmT",
"course_id": 30,
"title": "Module 9",
"published_at": "2025-01-05T12:39:47.000Z",
"description": "Example Course Section",
"days_till_drip_access": 5,
"blocker_section_id": null,
"blocker_lesson_id": null,
"current_path": "/section-example",
"is_hidden_from_non_members": true,
"upgrade_url": null,
"parent_id": null,
"sort_order": 8,
"created_at": "2025-01-05T12:39:47.377Z",
"updated_at": "2025-02-05T12:39:47.377Z"
}