Update a potential role
PATCH {{baseUrl}}/role-mining-sessions/:sessionId/potential-role-summaries/:potentialRoleId
The method updates an existing potential role using.
The following fields can be modified:
- description
- name
- saved
NOTE: All other fields cannot be modified.
Request Body
{"0"=>{"op"=>"remove", "path"=>"/description"}, "1"=>{"op"=>"replace", "path"=>"/description", "value"=>"Acct I - Potential Role"}, "2"=>{"op"=>"remove", "path"=>"/saved"}, "3"=>{"op"=>"replace", "path"=>"/saved", "value"=>"false"}, "4"=>{"op"=>"remove", "path"=>"/name"}, "5"=>{"op"=>"replace", "path"=>"/name", "value"=>"Potential Role Accounting"}}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: OK
{}