[PUT] /{id}
/api/bpm/families/{id}
Description | Updates a family in an organization. By default, the active organization will be used. Optionally, an organizationId could be sent if families in the nonactive organization should be created. Request body consists of a family object that need to be updates. If property is ommited it will be set to default value. Mandatory property is name. Description is optional, but if not sent, the default is an empty field. If the type is FAMILY, two additional properties can be set:
|
|---|---|
Required Systemrole | R_WFEDIT_START (ID = 21) |
Request | PUT |
Request Optional Query Parameter |
|
Response | JSON |
Minimum Version | BPM Service: 1.4.0 |
Request |
|
Request | {
"name": "Workflow Family",
"description": "Test family",
"priority": 50,
"statistic": {
"users": [{
"id": "11B18770BA69487FB2BA6A6636B9CD11"
}],
"roles": [{
"id": "22B18770BA69487FB2BA6A6636B9CD22"
}]
}
} |
Response codes |
|