-
Sub-task
-
Resolution: Fixed
-
L3 - Default
-
None
-
Not defined
AT:
- There is a PUT endpoint to update a process owner to an Optimize user
- Setting the owner to null, removes the owner from the process
- The new endpoint is documented in confluence
PUT /api/process/{processDefinitionKey}/owner/
Request body:
{
id: '' // null to remove
}
*Response: *
204 - No Content: the owner got set successfully