PUT Update Funnel Title​
PUT
/funnels/funnel/{id}/title
Update the title of an automation funnel. Returns an error if the new title is the same as the current title.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Parameters​
Path Parameters
id*
The funnel ID.
Type
Requiredinteger
Request Body​
application/json
JSON
{
"title": "string"
}
Responses​
Title updated successfully.
application/json
JSON
{
"message": "string"
}