Update a Gateway Business Flow (Deprecated since 24.2)

put

/api/restapi/pims/flows/{id}

Send a request to this endpoint to update a Gateway business flow.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : Flow
Type: object
Title: Flow
The flow object associated with a flow instance.
Show Source
Nested Schema : App
Type: object
Title: App
A reference to the App business object.
Show Source
Nested Schema : FlowDefinition
Type: object
Title: FlowDefinition
The flow definition object associated with a flow.
Show Source
Nested Schema : appInstances
Type: array
Unique Items Required: true
The list of application instances associated with a flow.
Show Source
Nested Schema : AppInstance
Type: object
Title: AppInstance
The list of application instances associated with a flow.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Type: boolean

404 Response

The requested Gateway business flow does not exist, or you do not have access to it.
Back to Top