Scheduler Zero
REST APIAPI referenceLead lists

Rename a folder

Requires the `leadList:update` permission.

PUT
/lead-lists/folders/{id}

Requires the leadList:update permission.

Authorization

ApiKeyAuth
x-api-key<token>

API key created under Settings → API Keys. Scoped to a single workspace.

In: header

Path Parameters

id*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PUT "https://example.com/lead-lists/folders/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
Empty