put https://{subdomain}.myclickfunnels.com/api/v2/images/
Update Image
Log in to see full request history
Responses
Update Image
xxxxxxxxxx
curl --request PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/images/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
10{
"id": 127,
"public_id": "TnNPWR",
"url": "https://example.myclickfunnels.com/uploads/image/1/file/9c8d1e7d480dc9882c519d4b4528826f.png",
"workspace_id": 42000,
"alt_text": "Alt text of the image",
"name": "Amazing Shot",
"created_at": "2025-02-05T12:39:55.239Z",
"updated_at": "2025-02-05T12:39:55.239Z"
}