Update requests
put
                    /iam/governance/selfservice/api/v1/requests
Updates request(s). The Oracle Identity Manager request ID should be specified in the payload along with the update details to update the request. The request data can updated or the request status can be updated.
 Based on the Type of action attribute provided the SOA or OIM action is executed. Here the Action's could be   APPROVE,RELEASE, RESUME, REASSIGN, REJECT, ESCALATE, SUSPEND, WITHDRAW, CLAIM, SAVE, CREATESUBTASK, SKIPASSIGNMENT 
. Addition to these we have one additions operation of CLOSE, which can be performed on the Requests.
 An Additional TaskId can be provided with the request to exclusively perform operation on the specific task. If the taskId is not provided then the first task in the  list will be picked for the operation requested on the requestId. 
                Request
Supported Media Types
                - application/json
List of update attributes for updating requests
                
                
                
                Response
Supported Media Types
                - application/json
200 Response
Successful
                
                Headers
                - 
                        ResponseTime: string
                        
                        Captures the time in milliseconds taken for processing the request.
401 Response
Unauthorized
                
                
                403 Response
Forbidden
                
                
                404 Response
Resource not found
                
                
                500 Response
Internal Server Error