Updates the Flow business object for the specified Flow ID.

put

/gatewayapi/restapi/v1/flows/{id}

Request

Supported Media Types
Path Parameters
Body ()
The flow object to be updated.
Root Schema : Flow
Type: object
The flow object associated with a flow instance.
Show Source
Nested Schema : App
Type: object
A reference to the App business object.
Show Source
Nested Schema : FlowDefinition
Type: object
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
The list of application instances associated with a flow.
Show Source

Response

Supported Media Types

200 Response

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

404 Response

The Activity does not exist or you do not have access to it.