Skip to main content
PUT
Update integration flow

Authorizations

Authorization
string
header
required

Bearer token authentication used by the Versori Platform. External consumers must provide an API key, however internal consumers must provide a JWT id_token issued by our IdP.

Path Parameters

organisation_id
string<ulid>
required
project_id
string<ulid>
required
flow_name
string
required

Body

application/json

IntegrationFlow represents the flow of an integration.

name
string
required

Name of the flow.

description
string
required

Description of the flow.

spans
object[]
required
id
string

ID of the flow. This is set by the back-end only.

Response

OK

IntegrationFlow represents the flow of an integration.

name
string
required

Name of the flow.

description
string
required

Description of the flow.

spans
object[]
required
id
string

ID of the flow. This is set by the back-end only.