Overview
Updates the definition data for a gateway
Summary
This endpoint will update the Process Definition gateway identified by the
record
input parameter with the data provided by the request
payload.
Request Arguments
Name |
Type |
Description |
Required |
record |
String |
The value for the gat_uid field in the pmse_bpmn_gateway record |
True |
Request Payload
{
"data":
[
{
"flo_uid":"985528634573cabc8901d04029355451",
"flo_condition":""
}
]
}
Response Arguments
Name |
Type |
Description |
success |
Boolean |
The status of the update operation |
Response
{
"success":true
}