Skip to main content
PATCH
Update flow settings

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

flow id (numeric string). Get it from flows.list.

Pattern: ^\d+$

Body

application/json
name
string

New flow name.

Required string length: 1 - 255
active
boolean

Whether the flow is active.

enableInInbox
boolean

Whether agents can start this flow manually from the inbox.

Response

OK

The response is of type any.