put https://{subdomain}.myclickfunnels.com/api/v2/themes/
Update Theme
Log in to see full request history
Responses
Update Theme
xxxxxxxxxx
curl --request PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/themes/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
20{
"id": 17,
"public_id": "gHqiwr",
"workspace_id": 42000,
"name": "Original Name",
"custom_name": "Custom Name",
"current_style_id": 43,
"created_at": "2025-02-05T12:41:14.318Z",
"updated_at": "2025-02-05T12:41:14.318Z",
"styles": [
{
"id": 43,
"name": "Example Style"
},
{
"id": 44,
"name": "Example Style"
}
]
}