Update Work View
Updates an existing work view.
Endpoint | http://ace-nightly-test/bpm/work/v1/workListView/61 Request Method: PUT |
Request Payload | { "name": "Auto created 405", "description": "desc", "owner": "tibco-admin", "orderFilterCriteria": { "order": "", "filter": "" }, "users": [ { "id": "tibco-admin", "type": { "type": "resource" } } ], "workViewId": 61, "modificationDate": "2024-06-28T06:09:50.448Z", "creationDate": "2024-06-25T17:36:52.120Z", "public": true, "authors": [] } |
Response | { "name": "Auto created 405", "description": "desc", "owner": "tibco-admin", "getAllocatedItems": false, "orderFilterCriteria": {}, "users": [ { "id": "tibco-admin", "type": { "type": "resource" } } ], "workViewId": 61, "modificationDate": "2024-06-28T06:10:55.626Z", "creationDate": "2024-06-25T17:36:52.120Z", "public": true } |