Update funnel

Update a funnel.

Request
path Parameters
id
required
integer <int64>

Funnel to update

Request Body schema: application/vnd.treasuredata.v1+json
id
string[1-9][0-9]*
type
string
Value: "funnel"
object
object
Responses
200

Updated funnel

patch/entities/funnels/{id}
Request samples
application/vnd.treasuredata.v1+json
{
  • "id": "string",
  • "type": "funnel",
  • "attributes": {
    },
  • "relationships": {
    }
}
Response samples
application/vnd.treasuredata.v1+json
{
  • "data": {
    },
  • "included": [
    ]
}