Replace Entitlement Request Config
PUT {{baseUrl}}/entitlements/:id/entitlement-request-config
This API replaces the entitlement request config for a specified entitlement.
Request Body
{"accessRequestConfig"=>{"approvalSchemes"=>[{"approverType"=>"GOVERNANCE_GROUP", "approverId"=>"e3eab852-8315-467f-9de7-70eda97f63c8"}, {"approverType"=>"GOVERNANCE_GROUP", "approverId"=>"e3eab852-8315-467f-9de7-70eda97f63c8"}], "requestCommentRequired"=>true, "denialCommentRequired"=>false}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"accessRequestConfig":{"requestCommentRequired":true,"denialCommentRequired":true,"approvalSchemes":[{"approverType":"ENTITLEMENT_OWNER","approverId":null},{"approverType":"SOURCE_OWNER","approverId":null},{"approverType":"MANAGER","approverId":null},{"approverType":"GOVERNANCE_GROUP","approverId":"46c79819-a69f-49a2-becb-12c971ae66c6"}]}}