Flow Columns

Creates a new flow column for the specified flow and filter.

post

Creates a new flow column for the specified flow and filter.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
projectIdentifierstring · uuidRequired

The unique identifier of the project.

flowIdentifierstring · uuidRequired

The unique identifier of the flow.

Body
promptObjectIdentifierstring · uuidOptional
Responses
chevron-right
200

OK

post
/projects/{projectIdentifier}/flows/{flowIdentifier}/columns

Deletes a flow column by its object identifier.

delete

Deletes a flow column by its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The unique identifier of the flow column to delete.

projectIdentifierstringRequired
flowIdentifierstringRequired
Responses
delete
/projects/{projectIdentifier}/flows/{flowIdentifier}/columns/{objectIdentifier}

No content

Last updated