Skip to main content
PUT
/
leads
/
{id}
Error
A valid request URL is required to generate request examples
{
  "http_code": 200,
  "status": "success",
  "message": "Lead updated",
  "data": {
    "id": 42
  }
}

Authorizations

X-API-Key
string
header
required

Your Flozy API key. Starts with flz_live_.

Path Parameters

id
integer
required

Body

application/json
title
string
Maximum string length: 200
description
string | null
short_description
string | null
tag
string | null
due_date
string | null
ongoing
boolean
lead_status
integer

Response

Lead updated.