Skip to content

Commit

Permalink
Automated commit 'Merge pull request #1472 from sailpoint/devrel-1252
Browse files Browse the repository at this point in the history
devrel-1252' by github action: 6723502262
  • Loading branch information
tyler-mairose-sp committed Nov 1, 2023
1 parent cd52e93 commit 12f35ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions idn/beta/paths/role-insights-request.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
get:
operationId: getRoleInsightsRequests
summary: Returns the metadata for a request in order to generate insights for roles.
summary: Returns metadata from prior request.
deprecated: true
tags:
- Role Insights
description: >-
This endpoint returns details of a prior request.
This endpoint returns details of a prior role insights request.
parameters:
- in: path
name: id
Expand All @@ -26,5 +27,7 @@ get:
$ref: '../../v3/responses/401.yaml'
'403':
$ref: '../../v3/responses/403.yaml'
'429':
$ref: '../../v3/responses/429.yaml'
'500':
$ref: '../../v3/responses/500.yaml'
7 changes: 5 additions & 2 deletions idn/beta/paths/role-insights-requests.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
post:
operationId: createRoleInsightRequests
summary: A request to generate insights for roles
summary: Generate insights for roles
deprecated: true
tags:
- Role Insights
description: >-
This submits a create role insights request to the role insights application. At this time there are no parameters. All business roles will be processed for the customer.
Submits a create role insights request to the role insights application. At this time there are no parameters. All business roles will be processed for the customer.
responses:
'201':
description: Submitted a role insights generation request
Expand All @@ -18,5 +19,7 @@ post:
$ref: '../../v3/responses/401.yaml'
'403':
$ref: '../../v3/responses/403.yaml'
'429':
$ref: '../../v3/responses/429.yaml'
'500':
$ref: '../../v3/responses/500.yaml'

0 comments on commit 12f35ed

Please sign in to comment.