Skip to main content
PATCH
JavaScript

Authorizations

Authorization
string
header
required

Your Moonbase API key.

Path Parameters

id
string
required

The ID of the funnel to update.

Body

application/json

The Funnel values to update.

Parameters for updating a funnel.

name
string

The name of the funnel.

steps
FunnelStepUpdateParams · object[]

An ordered list of steps. Providing this replaces all existing steps. Omitting preserves existing steps.

Response

Update succeeded.

A Funnel represents a series of steps used to track progression.

type
string
required

String representing the object’s type. Always funnel for this object.

Allowed value: "funnel"
id
string
required

Unique identifier for the object.

name
string
required

The name of the funnel.

steps
FunnelStep · object[]
required

An ordered list of FunnelStep objects that make up the funnel.

created_at
string<date-time>
required

Time at which the object was created, as an ISO 8601 timestamp in UTC.

updated_at
string<date-time>
required

Time at which the object was last updated, as an ISO 8601 timestamp in UTC.