PUT Update Funnel Property​
PUT
/funnels/{id}
Update the status of an automation funnel. Only allows changing between draft and published statuses. Returns an error if the funnel already has the requested status.
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
{
"status": "string"
}
Responses​
Status updated successfully.
application/json
JSON
{
"message": "string"
}